-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
ECONNREFUSED 127.0.1.1:80 #360
Comments
Hello, these errors indicate that your whiteboard server can't reach your nextcloud server. As those are two seperate services it is required that from the whiteboard server's environment the nextcloud instance is reachable. You can test this by running "wget <nextcloud_url>" and check if the correct responses are returned. The test in admin settings "only" checks if your nextcloud instance can reach the whiteboard server and has the correct secret, not vice versa. |
and
So apparently inside the container |
Ok, i resolved it by adding the nextcloud host IP address to the trusted_domains and setting NEXTCLOUD_URL to http://<IP address of nextcloud host>. |
Yes, i am running on HTTP instead of HTTPS. It's fully local here in my lab and i am the only user. ;-)
Backend running.
Whenever i want to access a whiteboard file i get FetchError: http://mynextcloudurl/index.php/apps/whiteboard/number failed, reason ECONNREFUSED 127.0.1.1:80
Native install on Ubuntu 22.04, UFW disabled.
Whiteboard 1.0.5
Admin tells me all is okeydokey. Whiteboard backend server is configured and connected.
Should i add 127.0.1.1 to the list of authorised domains, maybe? Ignore the message?
Container log:
The text was updated successfully, but these errors were encountered: