-
Notifications
You must be signed in to change notification settings - Fork 15
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
Client returns 404 #8
Comments
Hi, Modify profiler-client script like so:
and try again. |
It launches on 8081 with a ERR_INVALID_REDIRECT and when I get him back on 8080 I still get the "Cannot GET /"... |
I don't have Windows to try it now, but it looks like this is http-server package issue. Try to add /index.html at the end of url you try to open in your browser. If this does not work check this: http-party/http-server#525 |
Got it working ! Thanks 👍 |
Thank after adding index.html its works |
Hi,
I'm on laravel 8 with a fresh install of laravel-profiler and client on windows and when I npm run pc, it opens a browser tab with a 404 error "Cannot GET /". HTTP and socket port have been correctly defined in profiler config file.
Any idea on how to deal with this ?
Thanks
The text was updated successfully, but these errors were encountered: