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
fix(sveltekit): Avoid request body double read errors (#15368)
Remove `request.clone()` calls from our request handler. This is safe because our SDK does not
consume the request body. Cloning here was a precautionary measure that
apparently backfired.
0 commit comments