-
Notifications
You must be signed in to change notification settings - Fork 57
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
Network timeout running in docker -> Caused by /
in ATOMIC_SERVER_URL
#566
Comments
Remove the trailing slash in So I think I should throw an error if this value is wrong |
/
/
/
in ATOMIC_SERVER_URL
I've added an error notice to prevent this |
Uhm, are you sure you don't want to instead parse the URI and just not act on the path component? It is part of the RDF for http URIs (as I recall, too lazy to look it up now, but can if needed) to include a slash in normalized form - i.e. an URI pointing to the root of a http/https host can optionally omit the path part of the URI but when the URI is serialized in its normalized form the lack of path is transformed to the path "/". |
@jonassmedegaard indeed, parsing the URL is better. In #505 the URL is indeed parsed, so that should also take care of this bug. Hope to merge that in the next months (big PR) |
Using
portainer.io
, create astack
forjoepmeneer/atomic-server
using the following config:Open
http://0.0.0.0:9883
, seeIn the logs:
So there is something going on in the background sending requests to the drive..
The text was updated successfully, but these errors were encountered: