alston
alston
Thanks @codeSupreme!
I have the same problem
Yes, the solution is: 1. Go to your facebook app console 2. Go to `Settings` -> `Basic`. In `Site URL` type your url, even if localhost. For example: `http://localhost:3000` 3....
any progress on this? 2 years have passed... please
@FabianLars ``` $ pnpm tauri build -- --verbose Finished release [optimized] target(s) in 0.50s [tauri:build] Binary stripped, size reduced by 0 B Bundling vizip_0.1.0_amd64.deb "bin/ffmpeg-x86_64-unknown-linux-gnu" "/mnt/d/work/vizip/src-tauri/target/release/bundle/deb/vizip_0.1.0_amd64/data/usr/bin/ffmpeg" "x86_64-unknown-linux-gnu" "bin/ffmpeg-x86_64-unknown-linux-gnu" "/mnt/d/work/vizip/src-tauri/target/release/bundle/appimage_deb/data/usr/bin/ffmpeg" "x86_64-unknown-linux-gnu"...
My guess was right, the deb package has already built successfully. It could be installed via `apt install vizip_0.1.0_amd64.deb`. The AppImage format is somehow unable to build.
This config works for me. ``` "allowlist": { ... "protocol": { "asset": true, "assetScope": ["**"] } }, "security": { "csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost; media-src 'self' asset: https://asset.localhost"...
Did you try adding media-src in csp? Add `media-src 'self' asset: https://asset.localhost` works for me.
+1 for monitor a single pid (subtree is better).
same problem with you!! Have you solve it?