-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Gekko 0.6 ui on server - Websocket disconnected #2273
Comments
The UIConfig has moved! Make sure you have actually edited the file now located in |
Hi, thanks for the quick reply. But yes, as I've stated initially: |
Apologies, read over that. Very strange, as for your setup: is there something between the Gekko server and your browser (such as NGINX)? |
No problem, I have no errors on nginx. What I find strange is that my devtools are showing errors like:
and
Which AFAIK means that it's trying to connect to a websocket on my machine's port 3000 (localhost). |
I found the problem: 0.6 comes with an updated version of vue (frontend framework used) which now behaves differently. The UIconfig stored in Workaround: overwrite both UIconfig files (in web/vue/public and in web/vue/dist). I will publishing a fix asap! |
Yeah, that fixed it! Thanks 👍 |
Note: this is the technical bug tracker, please use other platforms for getting support and starting a (non technical) discussion. See the getting help page for details.
I'm submitting a ...
[ X] bug report
[ ] question about the decisions made in the repository
Action taken (what you did)
Clean install of github develop repo (0.6.1)
"npm install --only=production" on main gekko folder and exchange folder.
Copied history folder with previous imported data
Copied 1 strategy and toml for it
Replicated old web/vue/UIConfig.js to the new web/vue/public/UIConfig.js:
Expected result (what you hoped would happen)
Gekko would startup correctly with new version
Actual result (unexpected outcome)
Gekko loads, but when accessing it through the browser a modal type popup appears immediately with the following information:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc)
The Gekko terminal shows no errors, last line is the startup line:
DevTools show these errors:
and
The text was updated successfully, but these errors were encountered: