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
This means you don't have a BIGCOMMERCE_STOREFRONT_TOKEN specified on vercel. If you have one in .env.local, you can push it up to Vercel to fix the build.
Vercel makes it really easy to copy your entire .env.local to clipboard and paste it into their environment variables in the UI, I'd do that... but you can also do it manually or with CLI:
If a user uses the "Deploy" on Vercel button, Vercel uses BIGCOMMERCE_CUSTOMER_IMPERSONATION_TOKEN instead of BIGCOMMERCE_STOREFRONT_TOKEN. You can change the environment variable key in the Vercel project settings and redeploy successfully.
However, I'm still seeing a 503 for my successful deploy. Any help would be appreciated!
We really appreciate the help making Catalyst better. Every issue helps!
Describe the bug
README
steps to setup a project fails on buildTo Reproduce
Steps to reproduce the behavior:
Please link to a repo that can be used to reproduce this issue, if possible. It'll help fix the bug faster.
Expected behavior
a successful non-erroring build
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: