You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On upstream/refactor, trying to create an Image Generation connection in the plain Vite web shell without a remote runtime shows a raw Tauri IPC error. The user sees Cannot read properties of undefined (reading 'invoke') instead of guidance about needing the Tauri shell or Remote Runtime URL.
Expected behavior
The web shell should either create the connection through an available runtime, or show a clear setup error such as "Remote Runtime URL is not configured" / "This action requires the Tauri app shell."
Actual behavior
Clicking Create for an Image Generation connection shows a raw JavaScript/Tauri implementation error:
Cannot read properties of undefined (reading 'invoke')
Steps to reproduce
Check out upstream/refactor at commit 507e64ac.
Run the Vite app.
Do not configure Remote Runtime URL.
Open Connections.
Click Add Connection.
Enter a name.
Select Image Generation.
Click Create.
Marinara Engine version
upstream/refactor commit 507e64ac
Install type
Source
OS + version
Windows, exact version not specified
Browser or app shell
Vite web shell in Chromium/Playwright
Screenshots or video
Logs
User-facing toast:
Cannot read properties of undefined (reading 'invoke')
Additional context
Likely owner/component: src/shared/api/tauri-client.ts runtime detection/error normalization and connection creation via storage API.
This blocks fresh browser/remote setup before users can configure image generation.
Template check
I provided the required summary, behavior, reproduction, and environment details.
If this is a visual/UI bug, blank screen, layout issue, mobile/responsive issue, incorrect image or sprite, broken animation, or unexpected error state, I attached screenshots or video.
Summary
On
upstream/refactor, trying to create an Image Generation connection in the plain Vite web shell without a remote runtime shows a raw Tauri IPC error. The user seesCannot read properties of undefined (reading 'invoke')instead of guidance about needing the Tauri shell or Remote Runtime URL.Expected behavior
The web shell should either create the connection through an available runtime, or show a clear setup error such as "Remote Runtime URL is not configured" / "This action requires the Tauri app shell."
Actual behavior
Clicking
Createfor an Image Generation connection shows a raw JavaScript/Tauri implementation error:Steps to reproduce
upstream/refactorat commit507e64ac.Add Connection.Image Generation.Create.Marinara Engine version
upstream/refactorcommit507e64acInstall type
Source
OS + version
Windows, exact version not specified
Browser or app shell
Vite web shell in Chromium/Playwright
Screenshots or video
Logs
User-facing toast:
Additional context
Likely owner/component:
src/shared/api/tauri-client.tsruntime detection/error normalization and connection creation via storage API.This blocks fresh browser/remote setup before users can configure image generation.
Template check