Skip to content

If Stripe is not configured, the GET /v1/me fails, and web keels over when trying to log in #5

@tjanczuk

Description

@tjanczuk

Current

  1. Auth0 configured on web
  2. Stripe not configured on api
  3. 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 /

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions