We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am stuck with this error on my nextcloud/aio installation. It's coming from websocket.
{ "id": "1", "type": "error", "error": { "code": "internal_error", "message": "Post \"https://mrceperka.cloudflareaccess.com/cdn-cgi/access/login/(truncated...)\": not redirecting to different host" } }
Probably caused by this line:
nextcloud-spreed-signaling/http_client_pool.go
Line 116 in 42a8aab
Would it be possible to add allowlist of hosts to skip this check?
Thanks in advance, good night :D
The text was updated successfully, but these errors were encountered:
This is currently not planned, but I'll happily accept pull-requests that implement such a list to allow redirects to some defined hosts.
Sorry, something went wrong.
No branches or pull requests
Hello,
I am stuck with this error on my nextcloud/aio installation.
It's coming from websocket.
Probably caused by this line:
nextcloud-spreed-signaling/http_client_pool.go
Line 116 in 42a8aab
Would it be possible to add allowlist of hosts to skip this check?
Thanks in advance, good night :D
The text was updated successfully, but these errors were encountered: