EvalAI icon indicating copy to clipboard operation
EvalAI copied to clipboard

Django Crashes Due to "silk_request" does not exist

Open itstyren opened this issue 11 months ago • 0 comments

Description

After deploying our Django application using Docker, the admin page crashes after some period of normal operation.

Error Message

The exact error message encountered is as follows:

relation "silk_request" does not exist

LINE 1: INSERT INTO "silk_request" ("id", "path", "query_params", "r...

Steps to Reproduce

  • Deploy the using Docker container.
  • Use the application normally
  • After some time, attempt to access the admin page again.
  • The page fails to load, and the above error message is logged.

Environment

Ubuntu 22.04.2 LTS

Thank you in advance for your time and help in addressing this issue.

itstyren avatar Mar 11 '24 10:03 itstyren