snibox / snibox

Self-hosted snippet manager

Home Page:https://snibox.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"The change you wanted was rejected." - Normal and Docker install.

lucacastelnuovo opened this issue · comments

I have followed both the ubuntu guide and the docker guide.

After the install there are some CSP issues which can be bypassed by unsetting the CSP header.

Afterwards when I try to signup I get an error message
Schermafbeelding 2020-02-18 om 18 11 47 PM.

What did I do wrong?

I fixed it.

The error was that because of my Apache proxy the origin didn’t meet the set hostname. So the origin header was http://... and expected was https://.

If you also have this error and need additional info you can send me message.

Could you explain how exactly you fixed the error?