-
-
Notifications
You must be signed in to change notification settings - Fork 9
BUG: Extension Template works in browser but fails within KunKun App - "File not found" Error Displayed #79
Comments
Hi, sorry about this. The app is undergoing a big extension loading redesign in |
@jonasrafa Can you update to the latest app https://github.com/kunkunsh/kunkun/releases/tag/Kunkun-v0.1.9-beta.5 And generate extension template again? I just experimented with a react extension and a template worker extension, both worked for me. |
Template worker I can't test because this error https://github.com/kunkunsh/kunkun/issues/78#issue-2615866523 With react, the error remains the same. 2024-10-26.15-04-54.mp4 |
@jonasrafa To test the dev server, you need to turn on the live load mode. In production the app ships from a static file, so you have to tell the app where to load from. |
With this option activated, it works perfectly. Thank you But with “pnpm build” the screen is completely white. 2024-10-26.15-09-11.mp4 |
I see. I suspect this is another incompatibility issue with Windows. |
|
I raised this issue with Tauri tauri-apps/tauri#11505 This problem is critical to this application. |
Describe the bug
The KunKun extension template functions as expected when tested in a standard web browser; however, it does not work within the KunKun app, where it simply returns a "File not found" error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The extension should run as intended within the KunKun app, providing the same functionality observed in the browser environment.
Screenshots
2024-10-26.10-50-20.mp4
Desktop (please complete the following information):
KunKun version
The text was updated successfully, but these errors were encountered: