mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #2030] [bug]: Error while importing collection from Postman #661
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#661
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anwarulislam on GitHub (Dec 19, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2030
Is there an existing issue for this?
Current behavior
Requests with Postman variable can't be imported in Hoppscotch.
Steps to reproduce
I searched in the project why this is occurring and found this regex. The regex is validating URL and adding URL to Hoppscotch request based on this condition below. Since, URL with variable doesn't have any
://that's why it doesn't pass the condition. And the result is empty URL for the request. I'm trying to fix this and will commit if it fixed.Environment
Production
Version
Cloud
@anwarulislam commented on GitHub (Dec 20, 2021):
@AndrewBastin can I work on this issue, now?
@AndrewBastin commented on GitHub (Dec 20, 2021):
Umm, sure. But not right now. We are doing a refactor to the Import/Export system which should be done in a couple of days. Will ping you then if the issue still persists.
@anwarulislam commented on GitHub (Dec 20, 2021):
Sounds good you're refactoring the whole import/export system.
Would be great if you bring these features:
@liyasthomas commented on GitHub (Dec 21, 2021):
We're using #1990 to track "Issues with importing Postman collections" and the upcoming refactor on the import/export system. Hence closing this issue.