sveltekit TypeError: immutable #6971
cinestesia
started this conversation in
General
Replies: 1 comment
-
I recommend creating a reproduction in a repository and submitting an issue for this. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using sveltekit 1.0.0-next.483 running with npm run dev -- --host
connecting to an endpoint with a mobile device i get this error:
typeError: immutable
at Headers.append ([..]node_modules/undici/lib/fetch/headers.js:227:13)
This error only occurs on mobile device, connecting to the local net ip address.
the only way I found to unlock this situation, is by commenting the line of code n. 227 inside node_modules/undici/lib/fetch/headers.js
I have already asked about this problem ( https://stackoverflow.com/questions/73753704/sveltekit-typeerror-immutable ) , with no luck.
Has anyone else experienced this problem?
Beta Was this translation helpful? Give feedback.
All reactions