Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
21 views

I am working with Chrome prerendering. My scene is as follows: Buttons: [use-template] [go-to-generate] When the user clicks [use-template], I set parameters into localStorage and inject the ...
D yh's user avatar
  • 3
0 votes
0 answers
47 views

I need help with this, I need SEO for 3 pages index, Faq and Blog when I run npx nuxt generate and see the index.html in .output/public I only see this in the viewsource I don't see the html like the ...
AIAM2601's user avatar
0 votes
1 answer
86 views

There are two pages in my app: Page1.razor (home) and Page2.razor. There is no problem rendering first page. But when I navigate to second page, there is flicker problem. I put 1000 ms sleep to better ...
shmowzow's user avatar
2 votes
0 answers
43 views

I have just set up a very basic test Angular 19 app with SSR, but I keep getting the following error message when I use the Prerender Rendermode and I build the app (ng build): ERROR re [Error]: ...
user1625551's user avatar
1 vote
0 answers
138 views

I have portfolio web needed help for the latest Angular 20 version for prerender options to generate static html pages for better seo purpose. Need help with how to enable prerender in website without ...
Hiral Shihora's user avatar
0 votes
0 answers
63 views

I'm trying to use angular universal prerendering with an Ionic Angular app. To test I created a simple app with Tabs template. When I run "ng run app:prerender" the cli correctly generate ...
Davide C's user avatar
  • 996
0 votes
0 answers
38 views

I'm using Apache to serve a React page and have set up a self-hosted Prerender service to serve prerendered HTML to crawlers like Googlebot. My goal is that when a bot (e.g., Googlebot) visits https://...
Neepun Patil's user avatar
0 votes
1 answer
752 views

After building Angular 19 application with SSR and with "prerender": false parameter running the application node dist/app_name/server/server.mjs there is an error occurs. Error: Angular ...
Дмитрий Комов's user avatar
3 votes
0 answers
209 views

Does someone have a rudimentary but working example of using the App-Shell-Pattern in Angular 19? The docs on angular.dev are very poor, and all the articles that could be found are either on a lower ...
sagerobert's user avatar
0 votes
0 answers
30 views

I am fetching data in the main layout at the root level to generate the navbar for my application. However, when I try to build the project, I notice that all pages, including static pages like the ...
Zain's user avatar
  • 99
0 votes
0 answers
347 views

I've been looking for a plugin to pre-render some of the pages of my vue 3 app but so far I've been unlucky. I use Vite and the Options API, any suggestion? I tried vite-ssg but it includes unhead ...
tienow's user avatar
  • 181
0 votes
0 answers
170 views

I'm fairly new to .Net Core/Blazor and have a Blazor .Net 8 web application (server and client applications). This is an internal application so we are using Windows authentication. The server ...
user2992903's user avatar
1 vote
1 answer
118 views

Is there a method to prerender a page which is mainly a huge leaflet.js window ? The window is always starting out at the same coordinates so It would be beneficial to prepare the initial view at ...
JKJ's user avatar
  • 645
0 votes
0 answers
186 views

I ran into the problem that the prerender does not always work. There is one page where the prerender does not always work; sometimes it just returns a piece of broken code, not even reaching the body....
Степан Снигур's user avatar
0 votes
1 answer
838 views

I am working on a T3 app with the following build structure: Route (pages) Size First Load JS ┌ ○ / 22.1 kB 160 kB ├ /...
Nia_H's user avatar
  • 1
2 votes
1 answer
2k views

js Community, I'm currently exploring Next.js and its rendering capabilities, and I have some questions regarding the behavior of pre-rendering in scenarios where neither SSR (getServerSideProps) nor ...
make's user avatar
  • 23
3 votes
1 answer
2k views

Angular 16 uses @nguniversal/builders:prerender as a builder for Prerender which works fine, After upgrading to Angular 17 ng update changes this builder to @angular-devkit/build-angular:prerender and ...
Behnam Aminazad's user avatar
6 votes
0 answers
425 views

My project is Angular v17 and I'm using the prerender feature on my dynamic pages. It's important for me that these pages content stay updated atleast 3-4 times each day. Is there any command or any ...
Behnam Aminazad's user avatar
0 votes
1 answer
226 views

it has been four days and i am still stuck. regarding this issue i saw some people saying use axios, and set the timeout. Or change the http to https when you are fetching data, but all that in vain. ...
Abdelrahman Zaitoun's user avatar
1 vote
1 answer
2k views

I use Angular 17 with SSR. My main goal for using SSR is to use Meta from "@angular/platform-browser" for showing prerender info with replacing tags on facebook during creat post. Everything ...
FX_Sektor's user avatar
  • 1,462
0 votes
0 answers
324 views

I'm working on lagacy project(laravel vue webpack.mix), which has a very poorly built architecture and no Vue logic. Now I have a task - to set up an SEO audit for normal indexing by the search system`...
Olexandr Lytvynenko's user avatar
0 votes
1 answer
1k views

I have used Blazor Server previously (.NET 6) but am new to .NET 8. I created a new Blazor Web project (interactive render mode: auto, interactivity mode: per page/component). My server component ...
geoCode's user avatar
  • 373
1 vote
0 answers
116 views

I'm attempting to use Chrome's Speculation Rules API to configure prerendering for my project. When I test this locally, it works successfully. However, when I deploy my project to the production ...
YiYu66's user avatar
  • 11
0 votes
0 answers
57 views

The code is working fine in my localhost. When I tried to build the app, I'm getting this error. It tells the issue is in wallets page. But I've rendered an simple code as this, it works fine in the ...
Santhosh's user avatar
1 vote
0 answers
329 views

I'm currently developing a React app in which the implementation of meta descriptions and OG meta tags is crucial. I'm working on blog pages where the content is dynamically generated from the ...
Farhan Ajmal's user avatar
1 vote
1 answer
517 views

I use reactJS for a multiple routes app. Historically, I hosted my app on Netlify, then I implement a prerendering with react-spa-prerender in order to improve SEO. Recently I migrate it towards ...
jozinho22's user avatar
  • 632
0 votes
1 answer
577 views

I am building a SvelteKit/Tauri project along with a embedded SurrealDB database. For simplicity, lets say in this program, i am creating and editing books. In the page /edit/book/+page.svelte i am ...
Ólavur Nón's user avatar
2 votes
2 answers
2k views

I have a SvelteKit/Tauri project which all needs to be prerendered as it will be a desktop application. In my SvelteKit project, i have the following routing, which contains a slug: /edit/calculator/[...
Ólavur Nón's user avatar
3 votes
0 answers
143 views

A prerender error occurs when building in Next.JS, but I don't know why... The build works fine locally, but this error only occurs in GitHub actions. My Next.JS version is 13.5.2. Please take a look ...
user22648135's user avatar
2 votes
1 answer
226 views

I have built 2 projects in React.js, one is using material ui 4 and another one is using mui5. Both the websites are working fine and styling is also perfect. I have noticed that in the project which ...
Springy Developer's user avatar
3 votes
3 answers
2k views

I would like to make specific link from my page ( https://www.bizraport.pl/organizacje ) prerendered. My issue is that page uses (in both +page.server.js and +page.svelte) url.searchParams.get which ...
Ryszard Kozłowski's user avatar
0 votes
0 answers
54 views

I am using angular 15.2.0, with angular universal, and angular localization.. I noticed one strange thing when prerendering the arabic version of the website,, as known angular localization generate a ...
Mo Bdair's user avatar
  • 243
2 votes
3 answers
2k views

the above error is shown while building the next js 13 app following is the github repo github link and while deploying the app in vercel it shows this error i have also tried adding the error ...
Sahil Solkar's user avatar
0 votes
2 answers
3k views

I'm trying to use nuxt3 to prerender my entire website, without having to rely on a server. I am looking to just get the html file alongside JS & css files. However, even with this config, it ...
mesqueeb's user avatar
  • 6,474
0 votes
1 answer
375 views

I am trying to deploy my react application on vercel .But i want to run my build using node server. Because I have to use prerender.io in my node app. Such that preview can come with dynamic value ...
Anjul Saini's user avatar
2 votes
0 answers
1k views

Context: We are finding setting up Nuxt 3 in SSG mode quite confusing particular when running in dev mode locally. We are moving from a Vite vue 3 project where we were using vite-ssg to pre-render. ...
Rezzy's user avatar
  • 334
2 votes
1 answer
591 views

The initialStatus argument for Prerender must be a natural number. I am trying to deploy my next.js 13 app on vercel then I'm getting this error. If someone knows anything about this issue then please ...
ravi gupta's user avatar
0 votes
0 answers
346 views

I have build a react application in which there are multiple API calls integration to fetch the data as well. In order to improve performance, seo score and Google adsense integration I need to make ...
Springy Developer's user avatar
2 votes
1 answer
653 views

My website works fine on Nextjs 13.3.4 but when I update it to Nextjs 13.4.0 I'm getting a pre-render issue. I tried finding a particular page that is causing the issue but literally all the page ...
garbhagudi's user avatar
1 vote
1 answer
1k views

I have a problem with getStaticProps in NextJS, i try to load specialists from API Route, but I get an error. export const getStaticProps = async () => { const specialists = await ...
abrzezinski's user avatar
1 vote
0 answers
217 views

Hi guys I have a problem with my angual universal app. I can safely deploy my app to firebase, but the prerender doesn't work since the metatags of the various routes don't change. using the "ng ...
flamel666's user avatar
0 votes
0 answers
37 views

Here is the code I'm using var hint = document.createElement("link"); hint.setAttribute("rel", "prerender"); hint.setAttribute("href", link); document....
Raymond's user avatar
  • 31
0 votes
1 answer
298 views

I'm using Angular 15 and I'm trying to pre-render a website for SEO purposes. I understand that facilities such as document and window aren't available when pre-rendering because the code isn't ...
TCB13's user avatar
  • 3,165
1 vote
0 answers
157 views

So I recently got an error on my application: Error: WebSocket is not open: readyState 2 (CLOSING) And basically I don't know where to handle it. It was throwed only after I made some version updates ...
paulalexandru's user avatar
3 votes
0 answers
965 views

In Angular 13 and what I usually do with apps when I want them in production is run something like ng build -c production in order to create a production build and then deploy over SFTP to a simple ...
TCB13's user avatar
  • 3,165
1 vote
1 answer
330 views

We have set up of entire Angular 14.2.12 application in Production working just fine. I wanted to generate some of static pages using Scully, so I added Scully by following steps ng add @scullyio/...
user2030613's user avatar
0 votes
1 answer
280 views

Been looking for a solution for this issue quite a while. Quick intro: Our build is ReactJS for frontend. We use Prerender.io to cache pages prior to indexing bots requesting the cached url. ...
Per Obiora's user avatar
0 votes
1 answer
261 views

I'm getting a 302 redirect on all of my pre-rendered angular (v15) pages. I'm serving the static site from cloudfront uploading the pre-rendered pages into s3. example.com/route looks like it's being ...
Vijay's user avatar
  • 219
2 votes
0 answers
492 views

I am really at my wits end with seo on a web site. I started working on something and i always thought that build:ssr is generating a site that is google index friendly. Actually build:ssr was not ...
HDs Sergiu's user avatar
  • 1,147
1 vote
2 answers
2k views

I have a SvelteKit site that uses adapter-static to prerender pages. It's a multilingual site, so I pass the paths /, /de, /es, pt in svelte.config.js. For translation I use sveltekit-i18n. I have ...
czer's user avatar
  • 471

1
2 3 4 5
11