[SvelteKit] Stripe checkout redirects to /api/auth/dashboard
I made a checkout which is being initiated within a
Current setup:
/dashboard route. Once finalized/succeeded, the stripe plugin redirects the users to a /api/auth/dashboard route., although it should go to /dashboard automaticallyCurrent setup:
Solution
Can you test with setting 'successUrl' to the full url of the dashboard, "http://localhost:5173/dashboard" thank you - I believe there is url parsing logic (internally) on the options that will support using a full url as well.