You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the chosen network is set in localStorage, the crash will persist upon reloading the page, and clearing localStorage is the only way to recover.
From my debugging, it looks like the root issue is this:
Mixed Content: The page at 'https://localhost:3000/#/' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://oyster-dev.solana.com/'. This request has been blocked; this endpoint must be available over WSS.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
HTTPS=true npm start
Because the chosen network is set in localStorage, the crash will persist upon reloading the page, and clearing localStorage is the only way to recover.
From my debugging, it looks like the root issue is this:
The text was updated successfully, but these errors were encountered: