Domain crawling failed with data url

I receive a crowling error, I can’t set the correct url…? I use Gatsby.js

here is the error

I have set the domain to https://theanarchist.eu

and the code is

{
                            context.solution === 'water' ?
                                <button className="snipcart-add-item border border-black hover:bg-gray-50 hover:text-gray-800 rounded-sm shadow-md p-1 font-normal"
                                    data-item-id={title}
                                    data-item-price="119"
                                    data-item-url="/"
                                    data-item-description={description}
                                    data-item-image={imagePerfum.file.url}
                                    data-item-name={title}
                                >
                                    Ajouter au panier
                                </button>
                                :
                                <button className="snipcart-add-item border border-black hover:bg-gray-50 hover:text-gray-800 rounded-sm shadow-md p-1 font-normal"
                                    data-item-id={title}
                                    data-item-price="159"
                                    data-item-url="/"
                                    data-item-description={description}
                                    data-item-image={imagePerfum.file.url}
                                    data-item-name={title}
                                >
                                    Ajouter au panier
                                </button>
                        }

As stated in the error message details, it looks like you did not configure a main domain in your dashboard. Therefore, the relative path for data-item-url is not valid.

Please go ahead and configure a main domain under Domains & URLs in your dashboard.

You can read more about our order validation process here: Order validation – Snipcart Documentation.

1 Like

Thank you for your help @slemieux , but I don’t understand my issue …

here my domain setting

Please contact us at support@snipcart.com and make sure to include the owner email address so we can further investigate your issue.

Thanks.