Open StartMeUp opened 3 years ago
Hm, I have. a feeling this is related to your Ubuntu environment, as I have not gotten any reports on other environments. I can do a quick search and update the deps, but not much more I can do than that 🤔
About the VSCode extension, that is launched from the VSCode Command Palette, not the command line 😄
thanks @christianalfoni. I missed the command palette bit.
So now, after typing Overmind Devtools: Start in the command palette, when I open localhost:3031, it says: Upgrade Required, and in VS CODE, the Overmind page that opened after the command shows nothing, whatever I do with my app.
I have v0.0.37 of vs code overmind devtools. Do you know what I should do ? Sorry to bother you, I really have no idea how to manage this issue.
I'm having the same issue on my Windows 10. Any solution to this? I can't find anything on the internet about it.
I had the same problem - In VSCode, with an open project with remote development, there is also no connection to DevTools. I run the second VSCode, open an empty folder there and run DevTools there, which works fine. I don't know why-so. Probably some problems in VSCode
Hi
My environment: WSL 2, Ubuntu 20.04 LTS node -v : v14.17.0 @vitejs/app react-ts template "overmind": "^28.0.1", "overmind-react": "^29.0.1", NODE_ENV = test devtools: true in createOvermind
While I wanted to try the devtools this is what I got in my console.
Also, the vs code extension is installed, set on port 3031, and I can't launch it:
My browser console keeps throwing this error
If the mistake in on my part, I don't see what I get wrong. I hope this information will help you try to debug