The nginx reverse proxy is the same. The SSL handshake seems to work just fine, and the HedgeDoc page renders. However, nothing happens when I click sign-in. I figured it may have been old session data, so I truncated the Sessions table, but to no avail.
The logs look clean for the most part. It's definitely connecting to the db, and I don't get any obvious broken relations. However, there is something that looks like an error in the logs during my login attempts.
I've upgraded from CodiMd docker container following official docs. Basically, pg_dump codimd role/db and restore as hedgedocs.
The nginx reverse proxy is the same. The SSL handshake seems to work just fine, and the HedgeDoc page renders. However, nothing happens when I click sign-in. I figured it may have been old session data, so I truncated the
Sessions
table, but to no avail.The logs look clean for the most part. It's definitely connecting to the db, and I don't get any obvious broken relations. However, there is something that looks like an error in the logs during my login attempts.
Any idea? I apologize in advance if this has already been answered.