Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
43 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
2 votes
0 answers
39 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
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
1 answer
736 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
0 votes
0 answers
27 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
166 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
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
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
6 votes
0 answers
421 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
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
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
0 votes
0 answers
56 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
1 answer
513 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
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
2 votes
1 answer
219 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
0 votes
0 answers
51 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
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
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
0 votes
0 answers
344 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
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
0 votes
0 answers
33 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
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
1 vote
1 answer
329 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
251 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
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