mirror of
https://github.com/snibox/snibox.git
synced 2026-04-25 15:56:04 +03:00
[GH-ISSUE #69] "The change you wanted was rejected." - Normal and Docker install. #53
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/snibox#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lucacastelnuovo on GitHub (Feb 18, 2020).
Original GitHub issue: https://github.com/snibox/snibox/issues/69
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
.
What did I do wrong?
@lucacastelnuovo commented on GitHub (Mar 18, 2020):
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 washttps://.If you also have this error and need additional info you can send me message.
@dikkadev commented on GitHub (Jul 8, 2022):
Could you explain how exactly you fixed the error?