Closed francoisauger closed 1 year ago
Sorry, I found my issue was that I replaced the BIGCOMMERCE_CANONICAL_STORE_DOMAIN by the one listed on my channel site "canonical" URL.
I fixed it by using the provided ENV var provided in the .env.example file:
BIGCOMMERCE_CANONICAL_STORE_DOMAIN="mybigcommerce.com"
BIGCOMMERCE_API_URL="https://api.bigcommerce.com"
BIGCOMMERCE_CDN_HOSTNAME="*.bigcommerce.com"
Hi,
I've deployed the project on Vercel. I followed all token creation instructions and noted everything. I've added all env variables to Vercel, and also did the
vercel env pull
on my local setup.No matter if I run the project locally (with
pnpm dev
) or if I deploy to Vercel, I get this error message on the page:And these in the log: Request: [GET] / Message:
[GET] [middleware: "middleware"] / reason=EDGE_FUNCTION_INVOCATION_FAILED, status=500, user_error=true
Request: [GET] / Message:
Any help would be extremely appreciated!
Thank you