Closed rayanfer32 closed 3 years ago
added a fix in the latest update
Issue persists because of SECRET_KEY=""
in the else block
@rayanfer32 I think it's because session middleware for storing the cookie is trying to encode the SECRET_KEY even though it doesn't exist. I created a pull request with a possible fix, hope that'll resolve the issue since it did with my repl.it deployment.
this was fixed along with other bugs in the latest push.