Checkout fails due to page crawling issue (NextJS)

Hey there, I am trying to make a NextJS website and implementing Snipcart to take data from a Supabase database to dynamic pages which in turn lead into Snipcart buttons.

Everything seems to work well up until you try and press the ‘Place Order’ button where an error in console says about some page crawling error. The error says ’ URL of some products could not be reached. Review domain settings) and product URLs. This entry on Order validation might help. See developer console for more details.’

How can I fix this?

Many thanks,
Louis :slight_smile:

Hey @louis,

It might seems like you have an issue with crawling and/or domain validation that prevent the process to complete. You can take a look at this documentation that explain how the crawling works and how to configurer it properly.

I hope this helps, and do not hesitate to let us know if you have any other questions!