You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone experienced TypeError: Argument is not a ByteString error in the client?
Using private tab (Safari iOS) and secret mode (Samsung Browser) does fix the issue.
Reproduction
Deploy an SvelteKit application using Vercel
Access the application in multiple browsers
Deploy an update using Vercel
Repeat step 2
Result (step 4)
Chrome on Windows and macOS works fine.
Safari (iOS) and Samsung Internet (Android) fails to load.
Details
{
"name": "TypeError",
"message": "Argument is not a ByteString",
"stack": "TypeError: Argument is not a ByteString"
}
<body><div>
500: 내부 서버 오류
<scripttype="module" data-sveltekit-hydrate="g9plao">import{set_public_env,start}from"/_app/immutable/start-e9cd3b7b.js";set_public_env({});start({target: document.querySelector('[data-sveltekit-hydrate="g9plao"]').parentNode,paths: {"base": "","assets": ""},session: {},route: true,spa: false,trailing_slash: "never",hydrate: {status: 500,error: {"name": "TypeError","message": "Argument is not a ByteString","stack": "TypeError: Argument is not a ByteString"},nodes: [0,1],params: {},// removedrouteId: ""// removed}});</script></div></body>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone experienced
TypeError: Argument is not a ByteString
error in the client?Using private tab (Safari iOS) and secret mode (Samsung Browser) does fix the issue.
Reproduction
Result (step 4)
Details
Beta Was this translation helpful? Give feedback.
All reactions