Robert

Results 17 comments of Robert

any update? it's becoming a hassle to deploy a new app.

> I had to say I've been struggling to avoid that fetch when changing routes. With. `prerender = true` and `hydrate = false`, every initial load does indeed use the...

> @treboryx maybe [endpoints](https://kit.svelte.dev/docs/routing#endpoints) would be the better alternative for you. In static generated pages they will produce a __data.json during prerender phase. That way the request will not be...

> How did you manage to get it running? We experience the same problem. We have a strapi backend and want to load the data only in build step and...

> @treboryx Thanks for your reply. We have the prerender option in our main `+layout.js` - it should be applied to all of our pages. We want to get the...

I'm getting the same error even by using dispatcher and ProxyAgent from `undici`

is the output smaller with luxon? because I know dayjs is much smaller than luxon