Patrick Kahr

Results 4 comments of Patrick Kahr

A temporary solution is to override the main `nginx.conf` of the front container and set the `ipv6=off` option on the resolver `resolver {{ RESOLVER }} ipv6=off valid=30s;`. This will force...

> We added the `z` flag for Podman in [devcontainers/cli#548](https://github.com/devcontainers/cli/issues/548). Any idea why it does not work in your case? I am facing the same problem when using Podman. When...

> > We added the `z` flag for Podman in [devcontainers/cli#548](https://github.com/devcontainers/cli/issues/548). Any idea why it does not work in your case? > > I am facing the same problem when...

I am struggling with a very similar issue on a fresh install. After pre-compiling the assets, I had to rebuild the frontend asset manifest file with `bundle exec assets:rebuild_manifest`. I...