You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sorry for posting here guys but for the life of me, I can't figure out what is wrong. when deploying to vercel and trying to sign in using email, there is only one request to alchemy (where there is usually two when I run it locally).
my environment variables are identical between local and vercel instances and the project is identical to how you guys have setup the api routes, signer, context, etc.
any help would be awesome...
The text was updated successfully, but these errors were encountered:
sorry for posting here guys but for the life of me, I can't figure out what is wrong. when deploying to vercel and trying to sign in using email, there is only one request to alchemy (where there is usually two when I run it locally).
my environment variables are identical between local and vercel instances and the project is identical to how you guys have setup the api routes, signer, context, etc.
any help would be awesome...
Here are a couple of suggestions that might help:
Double-check Environment Variables: Ensure that your Alchemy API Key and RPC URL on Vercel match exactly with your local .env file. Pay attention to any sneaky spaces or quotes that might be different.
Investigate Vercel Logs: Take a look at Vercel's deployment logs for any clues. Check for any errors related to Alchemy API requests.
sorry for posting here guys but for the life of me, I can't figure out what is wrong. when deploying to vercel and trying to sign in using email, there is only one request to alchemy (where there is usually two when I run it locally).
locally, the api requests look as follows:
when you deploy the exact same app to vercel, you only get one api request and that is number (1):
my environment variables are identical between local and vercel instances and the project is identical to how you guys have setup the api routes, signer, context, etc.
any help would be awesome...
The text was updated successfully, but these errors were encountered: