Kohei Yoshino @britegrid.io · Jul 4

But, ugh, I should really think about moving away from Svelte. svelte.dev now joins nextjs.org and nuxt.com among many sites that crash when cookies are disabled.

5 likes 6 replies

?

Replies

Kohei Yoshino · Jul 5

Next.js, Nuxt and now Svelte. While I’m not a big fan of conspiracy theories and I understand that different teams maintain these frameworks, I feel that it’s Vercel that is making the web inaccessible.

Enrico Sacchetti · Jul 5

Out of curiosity, how do you use sites that require authentication via cookies? I'm guessing you have cookies disabled by default and opt in when necessary, but I'm not sure. Of course, documentation sites or business sites shouldn't crash when cookies are disabled.

Bob Monsour · Jul 5

I’ve heard @11ty.dev is good. 😁

danielroe · Jul 4

nuxt.com _crashes_ if cookies are disabled? 😱 sounds like a bad bug, but this is very unlikely to be a problem with any of the frameworks - probably just an edge case in the code we've written on top of them

Willow (GHOST) · Jul 5

As far as I'm aware there aren't any cookies being set unless you login to the playground - for me on Firefox if i disable cookies it also seems to break local storage which the site is using

@nuqayah.bsky.social · Jul 4

That's terrible