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
And i get the error message "uncaughtException: Error: Entry doesn't exist" but if i extract a subfolder of upload for Example upload/product/ it works fine.
I even tried when zip the file putting the upload folder in a subfolder for Example doing export/upload/
But this doesn't work either. There again only the subpath export/upload/product/ works.
When using extractAllTo it also works.
The text was updated successfully, but these errors were encountered:
I zip a folder from my backend with
and download it in my frontend. The zip is exported correctly. Then i upload it again to test if i can unzip it again in my backend with
And i get the error message "uncaughtException: Error: Entry doesn't exist" but if i extract a subfolder of upload for Example upload/product/ it works fine.
So this works:
But this doesn't:
I even tried when zip the file putting the upload folder in a subfolder for Example doing export/upload/
But this doesn't work either. There again only the subpath export/upload/product/ works.
When using extractAllTo it also works.
The text was updated successfully, but these errors were encountered: