Current
- Auth0 configured on web
- Stripe not configured on api
- Attempting to log in calls /v1/me while keels over with
53-6b60db04f7c2dcbb.js:1 Error: Failed to fetch HTTP GET /api/proxy/v1/me: HTTP 418 Unknown. Details: Stripe is not configured in the API component. Missing required environment variables: LETSGO_STRIPE_LIVE_MODE, LETSGO_STRIPE_TEST_SECRET_KEY, LETSGO_STRIPE_TEST_PUBLIC_KEY, LETSGO_STRIPE_TEST_WEBHOOK_KEY.
at createResultNotOkError (https://gwdvbituqq.us-west-2.awsapprunner.com/_next/static/chunks/app/(dashboard)/manage/page-f98a44f2471eaedc.js:1:3013)
at async https://gwdvbituqq.us-west-2.awsapprunner.com/_next/static/chunks/app/(dashboard)/manage/page-f98a44f2471eaedc.js:1:3373
at async 940-1aeca67aaff6f124.js:9:9968
(this shows up in the browser console)
Expected
You can log in to web without stripe being configured.
If the Stripe environment variables are not defined, the /