[GH-ISSUE #5943] [bug]: error import from postman #2334

Closed
opened 2026-03-16 23:59:56 +03:00 by kerem · 1 comment
Owner

Originally created by @enginyilmaaz on GitHub (Mar 5, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5943

Is there an existing issue for this?

  • I have searched existing issues and this bug hasn't been reported yet

Platform

Web App

Browser

Chrome

Operating System

Linux

Bug Description

I get error while importing from postman on linux dekstop and cloud versions.

Uncaught (in promise) FirebaseError: Document 'projects/postwoman-api/databases/(default)/documents/users/DRnBjjD6msaJ09KqtQT5qrkoGwk2/collections/sync' cannot be written because its size (2,350,226 bytes) exceeds the maximum allowed size of 1,048,576 bytes.

Deployment Type

Hoppscotch Cloud

Version

No response

Originally created by @enginyilmaaz on GitHub (Mar 5, 2026). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5943 ### Is there an existing issue for this? - [x] I have searched existing issues and this bug hasn't been reported yet ### Platform Web App ### Browser Chrome ### Operating System Linux ### Bug Description I get error while importing from postman on linux dekstop and cloud versions. Uncaught (in promise) FirebaseError: Document 'projects/postwoman-api/databases/(default)/documents/users/DRnBjjD6msaJ09KqtQT5qrkoGwk2/collections/sync' cannot be written because its size (2,350,226 bytes) exceeds the maximum allowed size of 1,048,576 bytes. ### Deployment Type Hoppscotch Cloud ### Version _No response_
kerem 2026-03-16 23:59:56 +03:00
Author
Owner

@enginyilmaaz commented on GitHub (Mar 11, 2026):

After the changes Postman made to its pricing and plans, we were looking for an alternative, and Hoppscotch seemed like a good option. We signed up, tried importing, and then the problems started.

The issue was that the maximum file upload size on the Hoppscotch cloud server is limited to 1 MB. We wanted to move away from Postman, but that did not work out. The collection I exported from Postman was 1.70 MB in size. When I later tried to import it into Hoppscotch, I got this error.

The imported file is uploaded to the Hoppscotch cloud server and processed there. That is exactly where the problem begins. The Hoppscotch server refuses to upload any file over 1 MB exported from Postman or any other provider to its own server, and naturally this causes the error.

We could not get away from Postman after all, and since we did not think this problem would be solved anytime soon, and also because setting a 1 MB upload limit is simply ridiculous, we could not really trust an application that made such a decision. So we had no choice but to accept the new pricing Postman imposed on us.

Thanks, Hoppscotch.

<!-- gh-comment-id:4042695722 --> @enginyilmaaz commented on GitHub (Mar 11, 2026): After the changes Postman made to its pricing and plans, we were looking for an alternative, and Hoppscotch seemed like a good option. We signed up, tried importing, and then the problems started. The issue was that the maximum file upload size on the Hoppscotch cloud server is limited to 1 MB. We wanted to move away from Postman, but that did not work out. The collection I exported from Postman was 1.70 MB in size. When I later tried to import it into Hoppscotch, I got this error. The imported file is uploaded to the Hoppscotch cloud server and processed there. That is exactly where the problem begins. The Hoppscotch server refuses to upload any file over 1 MB exported from Postman or any other provider to its own server, and naturally this causes the error. We could not get away from Postman after all, and since we did not think this problem would be solved anytime soon, and also because setting a 1 MB upload limit is simply ridiculous, we could not really trust an application that made such a decision. So we had no choice but to accept the new pricing Postman imposed on us. Thanks, Hoppscotch.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2334
No description provided.