-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not works with js-ipfs #2564
Comments
What does your Rust backend look like? What does your |
Please provide minimal repro. |
Closing this until a minimal repro is provided with the latest tauri version or someone else confirms the behavior. |
I think js-ipfs uses WebRTC internally, so it may be related to tauri-apps/wry#85 |
thanks for clarification, if that's the case then this issue should stay closed. we already have issues for webrtc. |
Our bundler should include the plist iirc |
|
Describe the bug
js-ipfs is not functionable
To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
should get ipfs information on vue page
Screenshots
If applicable, add screenshots to help explain your problem.
screen shot for tauri-app
screen shot for browser
Platform and Versions (required):
app:spawn Running "vue-tauri-ipfs-app/node_modules/@tauri-apps/cli/bin/tauri-cli tauri info" +0ms
Operating System - Mac OS, version 11.5.2 X64
Node.js environment
Node.js - 16.4.1
@tauri-apps/cli - 1.0.0-beta.6
@tauri-apps/api - Not installed
Global packages
npm - 7.21.0
yarn - 1.22.10
Rust environment
rustc - 1.54.0
cargo - 1.54.0
App directory structure
/node_modules
/public
/src-tauri
/src
App
tauri.rs - 1.0.0-beta.8
build-type - bundle
CSP - default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'
distDir - Set automatically by Vue CLI plugin
devPath - Set automatically by Vue CLI plugin
framework - Vue.js (Vue CLI)
bundler - Webpack
✨ Done in 12.48s.
The text was updated successfully, but these errors were encountered: