-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Potential breaking changes in recent sveltekit #235
Comments
@axel-rock it seems like Proposal Use a cookie name without Are you open to do a PR? I assume that this won't break existing apps, and if it does it's a bug fix. |
@samuelstroschein Sure, I'll do a PR, sounds easy enough for a first one. Any preference for the new cookie name? |
Just noticed this issue is a duplicate of #234 |
Nice closing this as duplicate of #234 and will merge your PR promptly! |
Discussed in https://github.com/orgs/opral/discussions/3153
Originally posted by axel-rock October 7, 2024
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"
The text was updated successfully, but these errors were encountered: