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
I am able to access blob storage when running locally, but not when deployed to Vercel. The same token is in the environment variables for both local and server deployments and the environment variable is listed as available for all environments on my Vercel project.
The text was updated successfully, but these errors were encountered:
Hey @ajlaird did you fix your problem? If not can you try to console.log(process.env. BLOB_READ_WRITE_TOKEN) before trying to use blob and see if this shows something? thanks
I am able to access blob storage when running locally, but not when deployed to Vercel. The same token is in the environment variables for both local and server deployments and the environment variable is listed as available for all environments on my Vercel project.
The text was updated successfully, but these errors were encountered: