hoppscotch / hoppscotch

Open source API development ecosystem - https://hoppscotch.io (open-source alternative to Postman, Insomnia)
https://hoppscotch.io
MIT License
65.72k stars 4.57k forks source link

[feature]: Make max import file size changeable #4139

Open SaschaZehringer opened 5 months ago

SaschaZehringer commented 5 months ago

Is there an existing issue for this?

Summary

My current issue, while switching form postman to hoppscotch is, that i have to import my collection and the json, which contains my collection exceeds the defined 10MB in the code. Error: file_size_limit_exceeded_warning_single_file File and line: packages\hoppscotch-common\src\components\importExport\ImportExportSteps\FileImport.vue:43 Firmly programmed 10MB: packages\hoppscotch-common\src\components\importExport\ImportExportSteps\FileImport.vue:70

Why should this be worked on?

This feature should be implemented, because many companys use quiet big collections.

ahsanaasim commented 2 months ago

Our postman file is 24MB. We have hosted the hoppscotch community edition today. And, when we try to import the file, it says failure due to the 10MB limit.

I have went through the admin portal to see if there is any config there. I checked the env as well to see if there is anything there.

Is there a workaround for this?

We really loved hoppscotch and we really want to switch from postman but if we cannot import its not possible. Please help us here.