[GH-ISSUE #4612] [bug]: Import Collection contains Untitled Requests #1706

Open
opened 2026-03-16 21:29:20 +03:00 by kerem · 5 comments
Owner

Originally created by @dansmitt on GitHub (Dec 12, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4612

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When I import for example a Postman collection, the requests looks like this:
image
instead of:
image

It only happens in shared workspaces.

Appearing in Cloud and Local (Windows)

Steps to reproduce

  1. Create a shared workspace
  2. Import a collection from personal workspace or postman

Environment

Production

Version

Local

Originally created by @dansmitt on GitHub (Dec 12, 2024). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4612 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When I import for example a Postman collection, the requests looks like this: ![image](https://github.com/user-attachments/assets/3886c4a3-fe08-4604-9e80-cce7069e3fbf) instead of: ![image](https://github.com/user-attachments/assets/43804faa-0bf7-4729-964e-215c48ca3014) It only happens in shared workspaces. Appearing in Cloud and Local (Windows) ### Steps to reproduce 1. Create a shared workspace 2. Import a collection from personal workspace or postman ### Environment Production ### Version Local
Author
Owner

@dansmitt commented on GitHub (Feb 4, 2025):

Had a look to the export from Postman and I was able to figure out that it only happens if you work with examples in Postman, so that the response section is filled.

Example:

"item": [
  {
	"name": "ListManagedDevices",
	"request": {
		"method": "GET",
		"header": [],
		"url": {
			"raw": "https://localhost:5001/v1.0/deviceManagement/managedDevices",
			"protocol": "https",
			"host": [
				"localhost"
			],
			"port": "5001",
			"path": [
				"v1.0",
				"deviceManagement",
				"managedDevices"
			]
		}
	},
	"response": [
	{
		"name": "Local",
		"originalRequest": {
			"method": "GET",
			"header": [],
			"url": {
				"raw": "https://localhost:5001/v1.0/deviceManagement/managedDevices",
				"protocol": "https",
				"host": [
					"localhost"
				],
				"port": "5001",
				"path": [
					"v1.0",
					"deviceManagement",
					"managedDevices"
				]
			}
		},
		"_postman_previewlanguage": null,
		"header": null,
		"cookie": [],
		"body": null
	}	
  ]
<!-- gh-comment-id:2633448425 --> @dansmitt commented on GitHub (Feb 4, 2025): Had a look to the export from Postman and I was able to figure out that it only happens if you work with examples in Postman, so that the response section is filled. Example: ```json "item": [ { "name": "ListManagedDevices", "request": { "method": "GET", "header": [], "url": { "raw": "https://localhost:5001/v1.0/deviceManagement/managedDevices", "protocol": "https", "host": [ "localhost" ], "port": "5001", "path": [ "v1.0", "deviceManagement", "managedDevices" ] } }, "response": [ { "name": "Local", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "https://localhost:5001/v1.0/deviceManagement/managedDevices", "protocol": "https", "host": [ "localhost" ], "port": "5001", "path": [ "v1.0", "deviceManagement", "managedDevices" ] } }, "_postman_previewlanguage": null, "header": null, "cookie": [], "body": null } ] ```
Author
Owner

@tjh19971228 commented on GitHub (Feb 21, 2025):

had you solved this problem ? @dansmitt

<!-- gh-comment-id:2674036804 --> @tjh19971228 commented on GitHub (Feb 21, 2025): had you solved this problem ? @dansmitt
Author
Owner

@dansmitt commented on GitHub (Feb 21, 2025):

had you solved this problem ? @dansmitt

Nope. You need to manually remove the examples from the import json. Id prefer something like that it will be ignored during the import

<!-- gh-comment-id:2674043235 --> @dansmitt commented on GitHub (Feb 21, 2025): > had you solved this problem ? @dansmitt Nope. You need to manually remove the examples from the import json. Id prefer something like that it will be ignored during the import
Author
Owner

@musfiqtf commented on GitHub (Jul 6, 2025):

Still facing this issue in shared workspace. How to fix it?

<!-- gh-comment-id:3041258367 --> @musfiqtf commented on GitHub (Jul 6, 2025): Still facing this issue in shared workspace. How to fix it?
Author
Owner

@dansmitt commented on GitHub (Jul 10, 2025):

@musfiqtf have a look to my workaround.

<!-- gh-comment-id:3055818235 --> @dansmitt commented on GitHub (Jul 10, 2025): @musfiqtf have a look to my workaround.
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#1706
No description provided.