Local HTTP-SERVER show "This page isn't working"
Hi,
I just started Rainbow SDK for web, and follow the guides SET UP YOUR DEVELOPMENT ENVIRONMENT, I have a problem get stuck in RUN YOUR LOCAL HTTP SERVER, link http://localhost:8887/ browser show
This page isn’t working localhost sent an invalid response.
ERR_INVALID_REDIRECT
SET UP YOUR DEVELOPMENT ENVIRONMENT
My computer are Windows 10, browser is Chrome, I can not any further.
I will appreciate your help with this situation.
-
Hi,
it looks like a problem with http-server NPM package: https://github.com/indexzero/http-server/issues/525
Try to install some older version of http-server package (developers on the linked forum suggest version 0.9.0). That should make it work, at least until the time the creators of the library solve the issue.
Warm Regards,
Konrad Hyzy
-
Hi Konrad
Thanks for help, show me a direction find out same issue in GitHub, after I try http://localhost:8887/index.html is work.
Best Regards.
Jeffrey Chen
-
The first thing you need to know about the http error 500 the page isn't working is that the error can only be resolved by fixes to the Web server software. It is not a client-side problem meaning that the problem is not with your browser, your computer, or your internet connection. The error is too generic and does not tell you exact problem. When you hit an internal server error it usually means some parts of your web server is not configured correctly or the application is trying to do something and the server is failing to carry out the request due to a conflict or restriction. Please check the error logs on your server for a more specific error message, which may give a clue to why this is happening on your website/server. These errors are often caused by plugin or theme function conflicts, so if you have access to your Dashboard, try deactivating all plugins. It is up to the administrators of the Web server site to locate and analyse the logs which should give further information about the error. However, there are often ways to quickly get around the problem:
- Reload or Refresh the Webpage.
- Check you server permission.
- Corrupt Plugins.
- .htaccess file may be corrupt.
- Exceeded PHP memory limit.
- Increase the memory setting in the wp-config.php file.
- Clear your browser cookies and cache
Vous devez vous connecter pour laisser un commentaire.
Commentaires
3 commentaires