-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Managing Subscription Throws a PSE Error #55
Comments
Can you share config? saasstarter.work runs on main and this issue doesn’t repo, so likely a config issue. |
This is working fine on saasstarter.work so it looks like an issue with your config. Did you set PRIVATE_STRIPE_API_KEY? Closing for no repo. You can always log the error (search "PSE" for location), which will give you exception details. |
Fixed! There was just an error in Stripe after I deleted all of my test data, I didn't re-setup the Customer Portal page. Logs |
I have the same problem, if you still remember where you got the logs from I would be very grateful for the answer. |
@zamakowany Search "PSE" in the code, and add a |
Thanks, I'll give it a try |
Which file to look in? |
\src\routes(admin)\account(menu)\billing\manage+page.server.ts |
When logged in and clicking on "Manage Subscription" the user gets thrown an error page instead of going to the Stripe page.
Console log shows:
Preloading data for /account/billing/manage failed with the following error: Unknown error (PSE). If issue persists, please contact us. If this error is transient, you can ignore it. Otherwise, consider disabling preloading for this route. This route was preloaded due to a data-sveltekit-preload-data attribute. See https://kit.svelte.dev/docs/link-options for more info
and
GET http://localhost:5173/account/billing/manage 500 (Internal Server Error)
Screenshot:
The text was updated successfully, but these errors were encountered: