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

how to change index.min.js path..deploying on nginx #245

Open
keshavraja opened this issue Aug 10, 2019 · 3 comments
Open

how to change index.min.js path..deploying on nginx #245

keshavraja opened this issue Aug 10, 2019 · 3 comments

Comments

@keshavraja
Copy link

I am deploying Silo on Nginx, Dashboard page is not loading, it is not finding script.min.js. Is there any way I can change the path of script.min.js?

@richorama
Copy link
Member

richorama commented Aug 10, 2019 via email

@keshavraja
Copy link
Author

I have set BasePath but it is still not finding the script file.
So if my BasePath is https://ipaddress/orleansdashboard/ then it should search for script in https://ipaddress/orleansdashboard/script.min.js whereas it still looks at https://ipaddress/script.min.js

@jamiecoh
Copy link

I have a similar problem. Silo is deployed to Kubernetes with an ingress path (eg mydomain.com/orleans-dashboard) and you can set the basepath to /orleans-dashboard but this affects both the mapped path AND the path used for the script import.

Suggestion is to separate these 2 things so you can separately set the mapped path AND the base path for script imports.

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

No branches or pull requests

3 participants