Pushing Collection v3 to Postman Cloud creates an empty request

Hello everyone.

I successfully migrated my Collections to Native Git but when I try to push the changes to Postman Cloud my request body is empty and my changes to the request body are not updated.

Original Request Body in Postman Cloud:

Updates performed in Native Git:

Postman Cloud after Pushing Changes

After Pushing to Cloud. A new Collection is created with an empty request and the changes performed in Native Git are not pushed to Postman Cloud.

Would you please confirm if it is an issue or maybe I’m missing something in my workflow?

I was following this post as a guide: https://blog.postman.com/collaborating-on-apis-with-postman-team-workspaces-and-native-git/

I’m using Postman v12.5.6

Thank you.

Hey @maintenance-technol7 :waving_hand:

What was the error that was showing in the menu bar?

image

Hello Danny,

It looks like it was a Workspace issue.

After digging deeper, I found the problem was with the .postman folder configuration in my Native GIT project. Once I set up the Postman workspace correctly, pushing and pulling changes to Postman Cloud started working as expected.

Thank you so much for pointing me in the right direction.