[GH-ISSUE #5537] [bug]: Cannot import large Postman collections #2132

Open
opened 2026-03-16 23:17:48 +03:00 by kerem · 1 comment
Owner

Originally created by @aperrad on GitHub (Oct 30, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5537

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

Windows

Bug Description

What happened ?

I cannot upload large collection from Postman, they disappear.

Scenario

  • Upload a large Postman collection : Notion API one for example as attached
    Notion API.postman_collection.json
  • Collection is added to collection menu
  • Collection disappear

Logs

This error logs are displayed in browser console

index.ts:88 error updating 
{updatedOn: Thu Oct 30 2025 17:15:34 GMT+0100 (heure normale d’Europe centrale), author: 'B3e3q4eT2mSd43DqRZ3hMy64Ckn1', author_name: 'Arthur Perrad', author_image: 'https://lh3.googleusercontent.com/a/ACg8ocK6oPzx1uoQhs42i-Ffb2rSGusulM3PEhQLI7SOFRYjpFnwxgnO=s96-c', collection: Array(4)}
 FirebaseError: Document 'projects/postwoman-api/databases/(default)/documents/users/B3e3q4eT2mSd43DqRZ3hMy64Ckn1/collections/sync' cannot be written because its size (1,565,461 bytes) exceeds the maximum allowed size of 1,048,576 bytes.

index.ts:91 Uncaught (in promise) FirebaseError: Document 'projects/postwoman-api/databases/(default)/documents/users/B3e3q4eT2mSd43DqRZ3hMy64Ckn1/collections/sync' cannot be written because its size (1,565,461 bytes) exceeds the maximum allowed size of 1,048,576 bytes.
webchannel_blob_es2018.js:83 
 POST https://firestore.googleapis.com/google.firestore.v1.Firestore/Write/channe…X73QVE&SID=LtE-ieD11cS_ieHIojrBpw&RID=83102&TYPE=terminate&zx=jiru7ljuzufx 400 (Bad Request)

Deployment Type

Hoppscotch Cloud

Version

2025.9.2

Originally created by @aperrad on GitHub (Oct 30, 2025). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5537 ### 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 Windows ### Bug Description ## What happened ? I cannot upload large collection from Postman, they disappear. ## Scenario * Upload a large Postman collection : Notion API one for example as attached [Notion API.postman_collection.json](https://github.com/user-attachments/files/23240363/Notion.API.postman_collection.json) * Collection is added to collection menu * Collection disappear ## Logs This error logs are displayed in browser console ``` index.ts:88 error updating {updatedOn: Thu Oct 30 2025 17:15:34 GMT+0100 (heure normale d’Europe centrale), author: 'B3e3q4eT2mSd43DqRZ3hMy64Ckn1', author_name: 'Arthur Perrad', author_image: 'https://lh3.googleusercontent.com/a/ACg8ocK6oPzx1uoQhs42i-Ffb2rSGusulM3PEhQLI7SOFRYjpFnwxgnO=s96-c', collection: Array(4)} FirebaseError: Document 'projects/postwoman-api/databases/(default)/documents/users/B3e3q4eT2mSd43DqRZ3hMy64Ckn1/collections/sync' cannot be written because its size (1,565,461 bytes) exceeds the maximum allowed size of 1,048,576 bytes. index.ts:91 Uncaught (in promise) FirebaseError: Document 'projects/postwoman-api/databases/(default)/documents/users/B3e3q4eT2mSd43DqRZ3hMy64Ckn1/collections/sync' cannot be written because its size (1,565,461 bytes) exceeds the maximum allowed size of 1,048,576 bytes. webchannel_blob_es2018.js:83 POST https://firestore.googleapis.com/google.firestore.v1.Firestore/Write/channe…X73QVE&SID=LtE-ieD11cS_ieHIojrBpw&RID=83102&TYPE=terminate&zx=jiru7ljuzufx 400 (Bad Request) ``` ### Deployment Type Hoppscotch Cloud ### Version 2025.9.2
Author
Owner

@Saket-Entujn commented on GitHub (Feb 20, 2026):

I'm also facing this issue when using the desktop client for Hoppscotch. When I import collections exported from Postman into Hoppscotch, the import message says the process was successful. The collections appear in the Hoppscotch workspace, and I can momentarily see the requests along with the custom variables used in them. However, after refreshing the desktop application, they disappear. This issue is observed whether or not the collections include post-response scripts. I tried using the Docker-hosted version of Hoppscotch, and this issue is not observed there. Based on my experience, this problem appears to be specific to the desktop client application. I have not tried the web version.

<!-- gh-comment-id:3931770514 --> @Saket-Entujn commented on GitHub (Feb 20, 2026): I'm also facing this issue when using the desktop client for Hoppscotch. When I import collections exported from Postman into Hoppscotch, the import message says the process was successful. The collections appear in the Hoppscotch workspace, and I can momentarily see the requests along with the custom variables used in them. However, after refreshing the desktop application, they disappear. This issue is observed whether or not the collections include post-response scripts. I tried using the Docker-hosted version of Hoppscotch, and this issue is not observed there. Based on my experience, this problem appears to be specific to the desktop client application. I have not tried the web version.
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#2132
No description provided.