I was trying to build my app with the plugin localhost and the app is unable to connect. when I lauch the release binary via the terminal I got this ouptut
thread '<unnamed>' panicked at 'Unable to spawn server: Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }', /home/thomas/.cargo/git/checkouts/plugins-workspace-fd0259fcb18f51ad/6647e6e/plugins/localhost/src/lib.rs:66:68 ```
I also I added my main.rs.
Also I noticed this only happen in the release binary but the dev binary is ok.