Vercel site error: FORBIDDEN: requested domain is not whitelisted

Question:
I have a website deployed on Vercel that uses Wix Checkout to process orders. However, I’m encountering an issue where the “Continue Browsing” link in the checkout page is returning the error: FORBIDDEN: Requested domain is not whitelisted . The same error occurs after completing the purchase process for any product.

Thanks for the help!!

Take a look at this documentation to set up. your allowed redirect domains Add Allowed Redirect Domains

1 Like

thx!! the problem was i had mysite.com/ , I forgot to delete “/”, correct url mysite.com

1 Like