Mason Erwine

Results 4 comments of Mason Erwine

This worked for me. ``` sh flatpak run --env=__NV_DISABLE_EXPLICIT_SYNC=1 sh.loft.devpod ``` It seems to be related to this issue: https://github.com/tauri-apps/tauri/issues/9394

I believe you need to tell Envbuilder to ignore any directories you manually mount. Use the ```ENVBUILDER_IGNORE_PATHS``` variable to do this. In your case: ``` ENVBUILDER_IGNORE_PATHS=/ca-certs ``` Also only certificates...

You can add the custom certificate to the hosts root certificate store and then mount the folder that your host uses into the container. At least this is the best...

Can you post the logs of the envbuilder container?