Error Debugging - welikepie/asos-hangout-app GitHub Wiki
If the page displays but nothing happens, however, this is what could be wrong;
- Wrong URL’s in the build configuration file
- .htpasswd file is not using unix line endings; this can mess up the authentication procedures. If this is the case, change line endings to Unix using something like notepad++ and re-start the node server.
If the password is wrong (Prints out “401 Authentication Error” to console in firebug in firefox when tweets are filtered.)
- .htpasswd file is not using unix line endings.
If the page throws a 500 server error
- The .htaccess file isn’t referencing the .htpasswd file properly and likely has the wrong path file path.
If the database searching throws an error, then the following could be the issue
- admin/gateway/index.php could have the wrong URL_PREFIX
- admin/gateway/gateway.php could have bad database credentials
- admin/gateway/.htaccess could have a bad RewriteBase