Hello again.. Thanks to
@User for meeting with me a few weeks ago.
Using the Next/React format and the EmailPassword recipe, I've managed to:
1. Deploy something 🥺 resembling a production build to Vercel,
and
2. Create users in MySQL on my production server via the supertokens CLI locally (I can view all of this live via PHPMyAdmin, which is sweet) .
However my dev/prod (Managed Service), and custom URIs and APIs do not seem to be working in prod, on Vercel. I have tried changing the
env.
variables as well. So I can't access my dev/prod (Managed Service) users, or any of the MySQL users when logging in- "Something went wrong" Error.
My local setup seems to work fine, connecting to my production instance
https://f9537f518b9c11eba49dcbf073da756f-us-east-1.aws.supertokens.io:3567
Are there any
env.
or configuration steps I need to review? Thanks!