-
Notifications
You must be signed in to change notification settings - Fork 390
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
Getting "Cannot GET /" when visiting localhost:8080 #30
Comments
I am getting the same error on RHEL 7 environment.
|
Found the issue and it's not with the code and it's because of directory permissions and didn't properly install the bower requirements. This worked:
|
I am also get "Cannot GET /", @gajen0981, could you please tell me which directory should give correct permissions? |
Thank you @gajen0981 What you said worked had to update the bower and do npm install to compile the assets. But still could not access the APIs already created previously. Also if you use Ubuntu ensure you install the node-legacy for it to some npm commands. And ensure you allow all permission on the folder so as to allow creation of files and folders easily So in my case i had to do this:
|
This was caused by an error at build time. Closing as npm package for Kong-Dashboard is now shipped pre-built. |
Hi All,
I have successfully installed Kong-Dashboard however when I go to http://localhost:8080 the screen returned is Cannot GET /.
any assistance would be greatly appreciated.
Thanks
Mitch
The text was updated successfully, but these errors were encountered: