-
Notifications
You must be signed in to change notification settings - Fork 7
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
Production deployment leads to Internal Server Error #2
Comments
Hi, thanks for including the logs, it looks like Ansible succeeded, but there is an issue with the app itself. The basic Webrecorder install instructions are on the main webrecorder repo. We can definitely improve the docs and add pointers on where to go to look for more info. |
In a subsequent install, the “internal server error” is replaced with the default “Welcome to nginx” page:
|
This appears to be an error installing Docker.. but it worked the first time? |
We haven't had a chance to test on DigitalOcean, but make sure you have latest Ansible and could you try again on a brand new instance? There are actually 2 nginx instances, once in Docker, where the logs are accessible via |
I'm having some trouble using the production deployment process. After cloning the repo and running run.sh on a fresh DigitalOcean Ubuntu 16.04.3 x64 droplet, visiting the app host resulted in "Internal Server Error" (HTTPS worked, though).
Can't find any documentation on where error logs might be, but there is nothing pertinent in /var/log/nginx/error.log. I restarted the entire server, hoping maybe webrecorder would be in the startup scripts, then simply got a 404 error at the webrecorder URL. I wasn't really sure what to do next, but I found ~/webrecorder and I tried running ./rebuild.sh, which didn't seem to do anything (still a 404). I have reviewed any and all documentation (which I think is just README.md) and I'm not clear what to do next.
Any additional documentation would be most appreciated—even if just instructions on (a) how to launch webrecorder and (b) where logs are located. Thanks!
Log with redactions attached.
webrecorder production.txt
The text was updated successfully, but these errors were encountered: