Yaak Logo
Yaak
Feedback/Cannot import workspace from local directory

Cannot import workspace from local directory

joeli ·a year ago
ReleasedBug

I have a relatively large workspace: around 200 requests and three environments. A month ago I enabled directory sync for the workspace, pointed it to a directory in a git repo, and committed. Looking back at the timestamps and Yaak releases this was probably with the 2025.2.2 version, but it might’ve been the .1 or .0 too.

Fast forward to today, the directory has been untouched for a month. Trying to open it with a fresh install of Yaak’s 2025.4.0 release fails. The directory picker closes without errors and the new workspace shows up on the workspaces menu, but as soon as you try to open it you get a mostly blank window with no requests or environments. In the web inspector console a `SQL error` is printed:

In Yaak.log I can’t find anything too remarkable, there the last lines are:

[INFO][yaak_sync::sync] Applying sync ops db_create(rq_2re9yci2hm), db_create(rq_h9Mfspfd0o), db_create(rq_MQbT2J3nuh), (....many more db_creates)
[INFO][yaak_models::queries::batch] Upserted 0 workspaces

Is this enough information to go bug hunting, or should I try to share the workspace with you somehow?

Mac2025.4.0

Comments (9)

Sign in to leave a comment.

Gregory Schier

It would be great if you could share the workspace. Can you email greg@yaak.app and we’ll get it sorted out? It should be easy to fix if I can reproduce it with your data 🙏

Gregory Schier

Go the email and successfully reproduced!

gregory charbonneau

I have the exact same behavior, i also tried with the last release v2025.4.0.

I also tried to load workspace after delete db.sqlite.

I’m using yaak on ubuntu.

I can anomyze my folder and send it to you for testing purpose.

For info here are the full stacktrace:

[2025-06-26][10:07:11][INFO][tauri_app_lib::window] Create new window label=main_0 [2025-06-26][10:07:11][INFO][tauri_app_lib::updates] Checking for updates mode=stable [2025-06-26][10:07:26][INFO][yaak_sync::sync] Applying sync ops db_create(fl_xG423BksKq), db_create(fl_G7rWnahMGB), db_create(rq_xVGWdZ8ewZ), ....

[2025-06-26][10:07:26][INFO][yaak_models::queries::batch] Upserted 0 workspaces

thread 'tokio-runtime-worker' panicked at yaak-models/src/db_context.rs:153:42:
called `Result::unwrap()` on an `Err` value: "Full(..)"
stack backtrace:
   0:     0x61bced7e9c12 - <unknown>
   1:     0x61bced81a873 - <unknown>
   2:     0x61bced7e47d3 - <unknown>
   3:     0x61bced7e9a62 - <unknown>
   4:     0x61bced7eac72 - <unknown>
   5:     0x61bced7eaa75 - <unknown>
   6:     0x61bced7eb612 - <unknown>
   7:     0x61bced7eb3ba - <unknown>
   8:     0x61bced7ea119 - <unknown>
   9:     0x61bced7eb04d - <unknown>
  10:     0x61bcebbdc5d0 - <unknown>
  11:     0x61bcebbdc9f6 - <unknown>
  12:     0x61bced079b38 - <unknown>
  13:     0x61bced0814f1 - <unknown>
  14:     0x61bcebd817a0 - <unknown>
  15:     0x61bcebdd0243 - <unknown>
  16:     0x61bcec222582 - <unknown>
  17:     0x61bcec21f730 - <unknown>
  18:     0x61bcec175e45 - <unknown>
  19:     0x61bcec1b7517 - <unknown>
  20:     0x61bcec05cd6e - <unknown>
  21:     0x61bced639186 - <unknown>
  22:     0x61bced6385e0 - <unknown>
  23:     0x61bced626eb8 - <unknown>
  24:     0x61bced64c7ba - <unknown>
  25:     0x61bced637a5d - <unknown>
  26:     0x61bced634966 - <unknown>
  27:     0x61bced6422d7 - <unknown>
  28:     0x61bced622511 - <unknown>
  29:     0x61bced62add6 - <unknown>
  30:     0x61bced63d6a0 - <unknown>
  31:     0x61bced63dfa8 - <unknown>
  32:     0x61bced7ee44b - <unknown>
  33:     0x7a259d494ac3 - start_thread
                               at ./nptl/pthread_create.c:442:8
  34:     0x7a259d526850 - __GI___clone3
                               at ./misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:81:0
  35:                0x0 - <unknown>

Gregory Schier

Can you check if Beta 2 fixes this?

https://yaak.app/blog/2025.5.0-beta.2

joeli OP

Yes, that seems to have fixed it. Thank you!

Gregory Schier

Thanks for confirming!

gregory charbonneau

works like a charm. Thanks a lot !

Gregory Schier

Awesome, thanks for letting me know!

Gregory Schier
Type to search feedback...