Skip to main content

Questions tagged [prerender]

The Prerender.io middleware that you install on your server will check each request to see if it's a request from a crawler.

prerender
0 votes
0 answers
26 views

Prerender page timeout and redirect to the 404 page of my website [closed]

I created a project using npm i prerender, and used docker to generate an image for this project and deployed it to the online environment. However, there is a strange phenomenon that on the online ...
Xin Liang's user avatar
0 votes
0 answers
35 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....
Степан Снигур's user avatar
0 votes
0 answers
31 views

Facebook Crawler not picking updated OpenGraph meta tags via Sharing Debugger but does via crawler curl call

Setup It's a React App with React Helmet. It's deployed with Docker on a VPS and is exposed with Nginx. Cloudflare is used for SSL and as a Prerender.io worker. Problem explaination I make a change to ...
mszan's user avatar
  • 528
0 votes
0 answers
18 views

Is there a way to make React work on a pre-rendered page?

I have a requirement to serve pre-rendered pages to real users and make them interactive. The website uses React (Next.js). Instead of returning an empty <div id="__next" />, and ...
Sandro Simas's user avatar
  • 1,297
0 votes
0 answers
32 views

Nuxt 3 Generating meta redirect tag for specific Route

when I run the np run generate command it generate the payload and html for each route which is working fine. but for the blog page It only generate the following html <!DOCTYPE html><html>...
Raza Haider's user avatar
0 votes
0 answers
20 views

Next.js deploy on Vercel - Error occurred prerendering page "/booking"

I am trying to deploy next.js on Vercel and while generating static pages, it throws the below error in logs vercel log error this is my app structure directory: image structure and this is the code ...
Terhebat Hokage's user avatar
0 votes
0 answers
30 views

How to update dynamic DefaultTabController widget on checking some checkboxes in Flutter app

I am working on a Flutter app where I have a DefaultTabController widget set up with a dynamic number of tabs. I want to update the tab screen content dynamically. I have a list of data which is ...
Kartik Gupta's user avatar
0 votes
0 answers
62 views

How to prevent react csr from unloading the dom of a prerendered page

I have a Spa app built using React, for a better experience I use prerendering to get the full page, it performs well most of the time but flickers on slow networks because React unloads the page and ...
yuanyxh's user avatar
0 votes
0 answers
24 views

pre-render error happens when rendering fetch function with revalidate

Next 14.1 I am trying to create a page that shows the fetched data. But when I add { next: { revalidate: 60 } } instead of {cache: "no-store"}, it returns errors on building. Building works ...
mmd's user avatar
  • 91
0 votes
1 answer
182 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 ├ /...
Nia_H's user avatar
  • 1
0 votes
0 answers
71 views

How to fix "Failure - Unknown" while using Speculative Rules in Google Chrome?

Using javascript I insert next script <script type="speculativerules"> { "prerender":[{ "source":"list", "urls":["/cart&...
re-gor's user avatar
  • 1,325
1 vote
1 answer
492 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 ...
make's user avatar
  • 13
2 votes
2 answers
777 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 ...
Behnam Aminazad's user avatar
3 votes
0 answers
163 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 ...
Behnam Aminazad's user avatar
0 votes
0 answers
69 views

Caddy Prerender io integration not working

I have been trying to connect my Vue.js application to Prerender.io so that the SEO bots can crawl and index my pages. I uploaded the sitemap for my website and created an integration with Caddy that ...
Christopher Garrick's user avatar

15 30 50 per page
1
2 3 4 5
37