Preview in Brave Browser is being blocked on Netlify

Hi,

I have learned that the preview feature is being blocked in Brave Browser when I want to preview it on Netlify. It works though when I run the site as 'gatsby develop' or 'gatsby build'. In Chrome it works on Netlify as it should.

My assumption is that there is some setting in Brave Browser that prevents me from seeing the preview. Do you have any tips what it could be?

Thanks in advance!

1 Like

Hi Anton,

It sounds like there might be a setting in the Brave browser automatically blocking cookies for the website. We use cookies to build our previews on top of your website, so everything is done in the browser.

You will need to make sure cookies are enabled for both your website and the Prismic repo URL. You should also check if there are any settings blocking cookies being sent from one site to another.

Let me know how this goes.

Thanks.

Thx for the help Phil!

I had resolved it by changing “block cross-site cookies” blocked to “all cookies allowed” on the preview url.

1 Like