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
I'm curious if it would be as simple as patching the window.fetch object of start.js to pass the deployment id during adapter-vercel's build (seems a bit hacky though). https://vercel.com/docs/deployments/skew-protection#additional-request-types I don't really understand how it works. Seems to be just passing the 'X-Deployment-Id' header for any client requests to the server?
Describe the problem
Vercel's skew protection is in beta, but currently only NextJS supports it. Adding this to Sveltekit eliminates entire classes of problems/bugs.
See also:
Describe the proposed solution
https://vercel.com/docs/deployments/skew-protection
Alternatives considered
No response
Importance
nice to have
Additional Information
No response
The text was updated successfully, but these errors were encountered: