404 on .within.website/x/cmd/anubis/api/ #1113
-
I migrated my forgejo server from arch to fedora, and now when I try to get anubis running, any URL redirects to something like The 404 doesnt seem to be served by nginx or forgejo but I could be wrong. The 404s don't show up in forge's logs and nginx's debug logs seem to show it proxying the 404. This setup worked before, but that was a different distro so could be packaging differences? I was also using anubis built directly from the main branch before, now I'm using Anubis 1.21.3 my nginx configuration is:
and my anubis environment is COOKIE_DOMAIN=offworldcolonies.nexus
PUBLIC_URL=https://git.offworldcolonies.nexus
REDIRECT_DOMAINS=https://git.offworldcolonies.nexus
DIFFICULTY=4
TARGET=unix:///run/forgejo/forgejo.sock
SLOG_LEVEL=DEBUG
BIND=/run/forgejo/anubis/anubis.sock
BIND_NETWORK=unix
METRICS_BIND=/run/forgejo/anubis/metrics.sock
METRICS_BIND_NETWORK=unix
SOCKET_MODE=666
ED25519_PRIVATE_KEY_HEX_FILE=%d/anubis_key_ed25519 I do not yet have a bot policy file. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Well thats odd, it works fine in Firefox but not Safari, even in private mode and with all cookies and cache cleared. |
Beta Was this translation helpful? Give feedback.
-
Updating to Anubis 1.22 downloaded from the GitHub release fixed it. Looks like it was a problem with the Fedora package thats since been fixed https://src.fedoraproject.org/rpms/anubis/c/67cc196890e77d7b308234dca7c070349a02d219?branch=rawhide |
Beta Was this translation helpful? Give feedback.
Updating to Anubis 1.22 downloaded from the GitHub release fixed it.
Looks like it was a problem with the Fedora package thats since been fixed https://src.fedoraproject.org/rpms/anubis/c/67cc196890e77d7b308234dca7c070349a02d219?branch=rawhide