Bug Report
Environment
- OS: Windows 10/11
- Build: npm run tauri build (NSIS installer)
- Version: v0.2.0
Description
The "Create New Workspace" button on the home screen does not work
in the production build on Windows. The same functionality works
correctly in development mode (npm run tauri dev).
Steps to Reproduce
- Install bismuth_0.1.0_x64-setup.exe
- Launch Bismuth
- Click "Create New Workspace"
- Type a workspace name
- Click "Create"
Expected Behavior
Workspace is created in C:\Users\user\Documents\Bismuth
and editor screen opens.
Actual Behavior
Nothing happens. No error shown. No workspace created.
Notes
- invoke('create_workspace') appears to fail silently
- Works correctly in dev mode
- createWorkspace path resolves correctly to C:\Users\user\Documents\Bismuth
- devtools: true in tauri.conf.json not enabling right-click inspect in production
Suspected Cause
Tauri IPC invoke calls may not be initializing correctly before
the React component mounts in the production bundle.
Bug Report
Environment
Description
The "Create New Workspace" button on the home screen does not work
in the production build on Windows. The same functionality works
correctly in development mode (npm run tauri dev).
Steps to Reproduce
Expected Behavior
Workspace is created in C:\Users\user\Documents\Bismuth
and editor screen opens.
Actual Behavior
Nothing happens. No error shown. No workspace created.
Notes
Suspected Cause
Tauri IPC invoke calls may not be initializing correctly before
the React component mounts in the production bundle.