Potential breaking changes in recent sveltekit #3153
Replies: 1 comment
-
Hi @axel-rock, I created an issue for the discussions opral/inlang-paraglide-js#235 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I ran an npm update, and seriously broke my app.
For once, I tried to investigate the problem.
If I'm correct (I may totally not be), it's due to an internal SvelteKit function rejecting the cookie "paraglide:lang" because of the ":".
Here is my full stack trace, and where it leads:
export const LANGUAGE_CHANGE_INVALIDATION_KEY = "paraglidelang"
/** The name of the cookie in which the language is stored */
export const LANG_COOKIE_NAME = "paraglidelang"
Beta Was this translation helpful? Give feedback.
All reactions