Worker playground devtools/console does not show.
Hey all, the workers playground is looking really good but I still have this issue where the Console never loads, the iframe stays blank, I can access the URL of the iframe directly but never embed properly, same with the classic Workers quick edit. This is what I see in console related to the devtools url.
It works in Safari and Firefox but not latest Chrome version 117 and beta 118
any ideas? Thanks!
2 Replies
Looks like you have local storage disabled, which quick edit/playground requires.
I'm guessing it's either you disabled it, a plugin disabled it, or you're in incognito which has it blocked by default
In chrome if you go to settings -> privacy and security -> third party cookies, you can allow it in incognito and make sure it's not blocked for normal use either
Yup that was it, thanks!