547 questions
0
votes
0
answers
21
views
Can I repeatedly add prerender rules (in chrome) with a same url?
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 ...
0
votes
0
answers
47
views
Nuxt seo prerendering
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 ...
0
votes
1
answer
86
views
Blazor auto render mode prerender flicker problem even though pages use persistence
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 ...
2
votes
0
answers
43
views
Can´t prerender on build
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]: ...
1
vote
0
answers
138
views
Prerender in angular 20 latest
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 ...
0
votes
0
answers
63
views
Can I use Angular Universal prerender with ionic framework?
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 ...
0
votes
0
answers
38
views
Apache not forwarding bot (Googlebot) requests to Prerender self-hosted service
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://...
0
votes
1
answer
752
views
Problem with "prerender": false. Angular 19 SSR
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 ...
3
votes
0
answers
209
views
Working example of App-Shell in Angular 19?
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 ...
0
votes
0
answers
30
views
All My Pages Dynamically Generated When Fetching Data in the Root Layout?
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 ...
0
votes
0
answers
347
views
Pre-render SSG Vue 3 with Vite and Options API
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 ...
0
votes
0
answers
170
views
Blazor .Net 8 login dialog displaying
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 ...
1
vote
1
answer
118
views
Prerender or SSG for a leaflet react page
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 ...
0
votes
0
answers
186
views
Why does the prerender sometimes not load the page?
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....
0
votes
1
answer
838
views
What qualifies as 'static content' in Next.js (Pages Router)?
I am working on a T3 app with the following build structure:
Route (pages) Size First Load JS
┌ ○ / 22.1 kB 160 kB
├ /...
2
votes
1
answer
2k
views
Understanding Pre-rendering in Next.js Without SSR or SSG Methods
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 ...
3
votes
1
answer
2k
views
Angular 17 prerender doesn't work after update
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 ...
6
votes
0
answers
425
views
Refreshing prerendered pages in angular without rebuilding
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 ...
0
votes
1
answer
226
views
Error occurred prerendering page "/". Read more: https://nextjs.org/docs/messages/prerender-error Modifying request(don't know how)
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. ...
1
vote
1
answer
2k
views
Routes with param id not working for prerender in Angular 17 SSR
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 ...
0
votes
0
answers
324
views
how to prerender or ssr vue application?
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`...
0
votes
1
answer
1k
views
Blazor Web App component content renders twice - how to change render mode (.NET 8)?
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 ...
1
vote
0
answers
116
views
Why am I facing SSL issues in a production environment when using Chrome's Speculation Rules for prerendering?
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 ...
0
votes
0
answers
57
views
Getting error while building the NextJS 13 application
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 ...
1
vote
0
answers
329
views
How to integrate prerender.io into react app
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 ...
1
vote
1
answer
517
views
How to implement multiple subroutes with a reactJS app hosted on GitHub Pages? [duplicate]
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 ...
0
votes
1
answer
577
views
How to pass data from one page to another in prerendered app
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 ...
2
votes
2
answers
2k
views
Have SvelteKit project being all prerendered with [slug]s in routing
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/[...
3
votes
0
answers
143
views
Why does a prerender error occur only when performing a Next.JS build in GitHub Action?
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 ...
2
votes
1
answer
226
views
Style tags not coming in mui 5 react
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 ...
3
votes
3
answers
2k
views
Cannot access url.searchParams Prerendering - SvelteKit
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 ...
0
votes
0
answers
54
views
Angular Universal Prerender with Arabic result API call unexpected behavior
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 ...
2
votes
3
answers
2k
views
while building the next js 13 app it gives fetch failed error and also prerendering error
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 ...
0
votes
2
answers
3k
views
Nuxt3 how to prerender all routes without any server side files
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 ...
0
votes
1
answer
375
views
How can I run my build through node on Vercel without using '/api' in my URL?
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 ...
2
votes
0
answers
1k
views
Questions about pre-rendering in Nuxt 3
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. ...
2
votes
1
answer
591
views
The `initialStatus` argument for `Prerender` must be a natural number
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 ...
0
votes
0
answers
346
views
Pre-rendering react-snap not working; easy way to migrate cra to nextjs
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 ...
2
votes
1
answer
653
views
Pre-render Error on Vercel. Nextjs 13.4.0
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 ...
1
vote
1
answer
1k
views
TypeError: Failed to parse URL in getStaticProps and data fetch
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 ...
1
vote
0
answers
217
views
Prerender angular universal doesn't work in Firebase
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 ...
0
votes
0
answers
37
views
Javascript prerender page shows broken link?
Here is the code I'm using
var hint = document.createElement("link");
hint.setAttribute("rel", "prerender");
hint.setAttribute("href", link);
document....
0
votes
1
answer
298
views
Angular Prerendering: Using JS conditionally causes 'document is not defined'
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 ...
1
vote
0
answers
157
views
WebSocket is not open using NodeJs, predender and pm2
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 ...
3
votes
0
answers
965
views
Angular: Pre Rendered without SSR
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 ...
1
vote
1
answer
330
views
Scully.io Prerenders only ROOT route as static file but does not prerender ANY other routes
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/...
0
votes
1
answer
280
views
Code splitting causes css chunks to be outdated resulting in google Indexed cached pages being raw HTML
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. ...
0
votes
1
answer
261
views
Angular pre-rendered pages giving 302 redirect
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 ...
2
votes
0
answers
492
views
Angular universal prerender meta tags not working
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 ...
1
vote
2
answers
2k
views
How can I use adapter-static in SvelteKit to prerender my site without calling LayoutLoad in parallel?
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
...