Replies: 1 comment 1 reply
-
Something to note as well, when I switch out the redirect path to another page on my site, in the network tab I get a 200, but it never redirects |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hey everyone!
On my SvelteKit app, I use a Stripe Connect integration that allows users to transact on my site. I had a throw redirect that was working previously but suddenly has recently stopped working. From what I can tell when viewing the network tab, it looks like there's a CORS error. I've tried creating a hooks.server.ts file where I try to get around the CORS restrictions using this as a guide. Does anyone have any ideas on how to get around CORS issues in SvelteKit? OR why this redirect was working previously and now suddenly does not work?
Any help whatsoever would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions