Can't import collection from Insomnia

Bug
Hi, I'm trying to import my collection (100+ requests) from insomnia via json (I also tested via yaml) from the last version. But when I click import, the spinner spins forever and nothing happens. I read this thread: https://yaak.canny.io/feedback/p/import-not-working
And I tried with the beta but the same thing happens. I thought might be cause of the size of the collection so I tried with a way smaller one (less than 10 requests) and same behavior… help ^^
Thanks
Are you able to provide a sample of the file? Also, can you confirm this still happens on 2025.4.0?
I got to import partially the file, with like 10ish requests, but if i try to import the rest by little batches nothing is imported. The size of the file might be the problem. Unfortunately for security reasons I can't provide the file. And i dont know which size of a sample to provide since it works for a little one
And yeah still happens on 2025.4.0
Gregory Schier Hey, so I got to import my collection ! And I think I know why it didnt work before: some of my requests body was huuuuuge (making the export file 9Mo +) iI tried to exclude those requests from export and importing it in yaak worked (took a lil while tho), hope it helps :) but thanks !
This will hopefully fix itself in the next release, as I've switched the plugin system runtime (what runs the importers) to Deno/v8, which is much faster than the current one (boaJS)
The new plugin engine should have fixed this performance issue https://yaak.app/blog/2024.6.0