Skip to content

[bug] App stuck on file-drop after upgrade 1.0.1 #4527

Description

@kingzcheung

Describe the bug

App stuck on tauri://file-drop

onMounted(() => {
    listen("tauri://file-drop", (event) => {
      console.log(event.payload)
    })
})

Reproduction

No response

Expected behavior

No response

Platform and versions

Environment
  › OS: Mac OS 12.4.0 X64
  › Node.js: 18.4.0
  › npm: 8.12.1
  › pnpm: 7.4.0
  › yarn: Not installed!
  › rustup: 1.24.3
  › rustc: 1.61.0
  › cargo: 1.61.0
  › Rust toolchain: stable-aarch64-apple-darwin

Packages
  › @tauri-apps/cli [NPM]: 1.0.1
  › @tauri-apps/api [NPM]: 1.0.1
  › tauri [RUST]: 1.0.1,
  › tauri-build [RUST]: 1.0.1,
  › tao [RUST]: 0.12.0,
  › wry [RUST]: 0.19.0,

App
  › build-type: bundle
  › CSP: unset
  › distDir: ../dist
  › devPath: http://localhost:3000/
  › framework: Vue.js

App directory structure
  ├─ dist
  ├─ node_modules
  ├─ public
  ├─ .github
  ├─ src-tauri
  ├─ .git
  ├─ .vscode
  └─ src

Stack trace

No response

Additional context

test-drop.zip

This is a test app

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions