Odd Error running locally maybe IPv6?
I was trying to make a web HTTP call. I am running everything local and I seen this error when trying to fetch a url. Any ideas?
2 Replies
Fetch which URL?
Can you provide more details on what you do to trigger that error?
I think i fugured it out. You see if you use PODMAN to run this stack its running the main container rootless. Means it has no authority over the host system that to include networking outside the container. You just have to create a rootless network or simply allow your containers to run as root. I got around it by using netavark some built in library. Sorry I dident update this
Not a bug just a limitation of a rootless container 🙂