-
Notifications
You must be signed in to change notification settings - Fork 52
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
Production deployment #1366
Comments
grossmj
changed the title
Cannot deploy (bundle) web-ui in the GNS3 server
Production deployment
Jul 28, 2022
It works after adding
So now need to understand what is this optimizer and if we need it? Also, need to investigate these 2 errors/warnings:
The last one seems to be a consequence of deactivating |
grossmj
added a commit
to GNS3/gns3-server
that referenced
this issue
Jul 31, 2022
grossmj
added a commit
to GNS3/gns3-server
that referenced
this issue
Aug 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We use this script to bundle the web-ui in the GNS3 server: https://github.com/GNS3/gns3-server/blob/3.0/scripts/update-bundled-web-ui.sh
However nothing can be seen when opening a browser to point to the server IP/port. I can see some .js and .css files are sent from the server but nothing is displayed. This works when bundling v2 of the web-ui, so I am definitely suspecting something is wrong with v3.
I have also tried to manually deploy and running a small http server in the web-ui repo directly:
This is the same result, files are served by the HTTP server but nothing is displayed in the browser. The only "error" I can see when building is this one, maybe that's the reason?
The text was updated successfully, but these errors were encountered: