Blank page when loading on Vivaldi browser

Hi,

I’ve just done a clean install of the latest edge release (win x64 binary) and it shows up absolutely fine in my FF and Chrome browsers but for some reason Vivaldi just shows a blank page.

I took a look in the console and the following error shows. Any ideas what I need to do to get it working?

client.js:336 Uncaught TypeError: Cannot read properties of undefined (reading ‘syncOnly’)
at client.js:336:1466
at client.js:336:2462
Vivaldi: Prohibitted blocking overflowing/scrolling of the document.

Edit: OK - weirdly the page loads fine when I access it as http://127.0.0.1:3000/ but not http://localhost:3000/

Any reason you are using v1? I would recommend you move forward with v2.
Anyways I can’t replicate this. Maybe a bug in vivaldi, maybe some security thing. Doesn’t matter to much, because v1 isn’t going to be developed further.

Yes, I’m running v2 - latest edge build.

Mhm this makes sense. Try clearing the cache for localhost. It’s probably still caching stuff from a v1 instance you were running a while ago (I presume). It’s probably not cached for 127.0.0.1, that’s why it works there.

Thank you :slight_smile:

I’m too damn used to FF and the quick ways to clear the cache there. Did the same on V without thinking and, of course, no cache clear. Just did it manually and it worked :slight_smile:

1 Like