snibox / snibox

Self-hosted snippet manager
https://snibox.github.io/
1.75k stars 119 forks source link

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

Closed lucacastelnuovo closed 4 years ago

lucacastelnuovo commented 4 years ago

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?

lucacastelnuovo commented 4 years ago

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.

Sett17 commented 2 years ago

Could you explain how exactly you fixed the error?