-
Notifications
You must be signed in to change notification settings - Fork 690
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
500 errors when accessing knowledge repo through gunicorn deploy #25
Comments
Hi @rcquan! Thanks for letting us know about this. Can you try the latest code (we fixed quite a few bugs on Friday)? If that doesn't work, can you run: That should enable you to see tracebacks. |
The latest changes seems to have fixed the issue. I just had to delete the |
Ah... Excellent! Thanks for keeping this up to date @rcquan :). It should not have been necessary to re-initialize like this... but I'm glad it worked at the end. |
@rcquan Oh... wait! This is exactly what should have happened regarding the embedded tooling. The idea is that the embedded tools are frozen at a particular revision, so that all users sharing the repository are using a tested sanctioned version. It also allows you to update the version of the tools used by everyone using your repository without them having to Hope this makes sense. |
@matthewwardrop Ah, that makes sense! I hadn't realized that the technical details section of the doc also contained information on how to update the knowledge-repo version for the repository. I imagine this will be particularly important point to highlight as y'all bump new versions in the beta ;) |
I am able to successfully use the
runserver
command to start a development server and view the knowledge repo app through my web browser.However, when I use the
deploy
command and kick off gunicorn workers successfully, I am unable to load any pages of the knowledge repo in my web browser and instead receive a 500 response.Unfortunately, I am unable to provide a useful stack trace since the application logger doesn't seem to print to stdout/stderr when using gunicorn.
The text was updated successfully, but these errors were encountered: