Tee Ming
Tee Ming
> 2022-09-05.12-05-55.mp4 Is this running with `dev` or `preview`? If in `dev`, is it fixed when you remove the `prerender` option?
> The video is the production version live on [www.craftroulette.live](http://www.craftroulette.live) - it works as intended on dev. And yes, removing the prerender = true solves the issue. Here is a...
> Is it intended to overwrite the data derived from the layout as well? Yes, the layout server load function is not re-run. The data stays the same as it...
> Same issue when deploying to Cloudflare pages via the adapter. The title is misleading as the actual issue is SvelteKit does not pre-render dynamic routes marked for prerender, leading...
> added `export const prerender = true;` to +layout.js I believe this isn't necessary because `adapter-static` will prerender all pages by default. I'm not sure what's causing the error though....
> What do I have to do to get this to work? It's not showing up as a Quick Fix option for me: > > The original paths that I...
> I'm not sure if there's something we can do here besides documenting it. The `enhance` function can't know that a cookie was deleted, so this needs to be done...
> @s3812497 i haven't used the new `cookies.delete` function, but i am able to use `cookies.set` to remove a cookie: > > ```js > cookies.set("cookieName", "", { > httpOnly: true,...
Hi @Rich-Harris and @dummdidumm . Is it possible to re-open this issue? I have tested the new update with the same reproduction and the issue still persists. However, it does...
Hi @Rich-Harris @dummdidumm @benmccann , This `cookies.delete` issue still persists after I've updated SvelteKit to the latest version (1.0.0-next.483) to include the cookies fix from #6811 Currently, the most reliable...