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
Recently my nengo UI has stopped loading. It will be stuck at an empty page with only some toolbars loaded (screenshot attached). Looking at the developer console, it seems like there are some CORS restrictions (also in screenshot). I have tried disabling the CORS restriction in browsers but it still cannot load and the developer console still raise the CORS restrictions error.
To reproduce
Steps to reproduce the behavior:
Open vscode and connect to remote host.
Open terminal in vscode and run nengo
View in local browser with the link provided in terminal
Expected behavior
Nengo GUI should load the default example.
Screenshots
Versions
OS: [Ubuntu 20.04]
Browser: [Chrome or Edge]
Nengo GUI: [0.4.9]
Other: [3.2.0]
Additional Context
I am running nengo on a remote ssh server with port 8080 forwarded to my local 8080. This is auto-configured by visual studio code's remote host plugin.
The text was updated successfully, but these errors were encountered:
Describe the bug
Recently my nengo UI has stopped loading. It will be stuck at an empty page with only some toolbars loaded (screenshot attached). Looking at the developer console, it seems like there are some CORS restrictions (also in screenshot). I have tried disabling the CORS restriction in browsers but it still cannot load and the developer console still raise the CORS restrictions error.
To reproduce
Steps to reproduce the behavior:
nengo
Expected behavior
Nengo GUI should load the default example.
Screenshots
Versions
Additional Context
I am running
nengo
on a remote ssh server with port 8080 forwarded to my local 8080. This is auto-configured by visual studio code's remote host plugin.The text was updated successfully, but these errors were encountered: