Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nengo GUI not loading fully in browser possibly due to CORS policy #1041

Open
danqiye1 opened this issue Jun 3, 2022 · 0 comments
Open

Nengo GUI not loading fully in browser possibly due to CORS policy #1041

danqiye1 opened this issue Jun 3, 2022 · 0 comments

Comments

@danqiye1
Copy link

danqiye1 commented Jun 3, 2022

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:

  1. Open vscode and connect to remote host.
  2. Open terminal in vscode and run nengo
  3. View in local browser with the link provided in terminal

Expected behavior

Nengo GUI should load the default example.

Screenshots

image

image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant