Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - Importing postman collection results in empty collection #234

Closed
kobenguyent opened this issue Sep 5, 2024 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@kobenguyent
Copy link
Collaborator

When trying to import a postman collection, restfox just results in empty collection

Screenshot 2024-09-05 at 16 22 49

It works fine with Insomnia

Screenshot 2024-09-05 at 16 24 37

Postman collection
Argos API.postman_collection.json

@flawiddsouza flawiddsouza added the bug Something isn't working label Sep 6, 2024
@flawiddsouza
Copy link
Owner

Hey @kobenguyent, looks like import from postman works fine before this commit:

bd6c5a2: feat(ui): Import > import scripts from postman collections (#218)

I did

git checkout bd6c5a22fd2383581721834a26bb56f8bb8f7af9^

And it worked correctly.

Then I did

git checkout bd6c5a22fd2383581721834a26bb56f8bb8f7af9

And it didn't work. So the issue was introduced here. I'm checking this code now.

@flawiddsouza
Copy link
Owner

image
The issue is here. Due to variable reuse. I'll push a fix now.

@kobenguyent
Copy link
Collaborator Author

oh great! Thanks for looking into it promptly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants