urql-graphql / urql-devtools

A tool for monitoring and debugging urql during development
https://formidable.com/open-source/urql/docs/advanced/debugging/#devtools
MIT License
257 stars 11 forks source link

Stopped working in Firefox, but working from Chrome #399

Open mlesin opened 1 year ago

mlesin commented 1 year ago

About

Suddenly, possibly with some Firefox update, extension stopped working correctly, but from Chrome, everything works as expected. I see this behavior in Linux and OSX releases of Firefox 107.0. Application now says on every urql action the following:

Unable to send message to Urql Devtools extension

While extension itself says

Make sure you're using the Urql Devtools exchange!

Reproduction

  1. Clone this slightly modified "with-vue3" example project
  2. Run yarn install
  3. Run yarn start
  4. Open firefox and navigate to http://localhost:8080 or other port assigned by vite
  5. Open the urql devtools panel

Expected result

Actual result

Additional info

environment version
browser Firefox 107.0
urql 3.0.4
@urql/devtools 2.0.3
max-nicholson commented 1 year ago

Getting the same on the latest firefox version (113)