Push failed: failed to deploy app: error deleting atlas database user: user CI/CD pipeline

Hi,
I have created a new App through Atlas UI and added a secret. Now I’m trying to push App configurations through realm-cli for our graphql application. I’m getting below error :
Creating draft
Pushing changes
Deploying draft
Deployment failed
push failed: failed to deploy app: error deleting atlas database user: user ‘mongodb-realm-app_id-mongodb-atlas’ not found: No user with ID mongodb-realm-app_id-mongodb-atlas exists.

I have replaced the actual app id with app_id here. I’m not able to understand why it is trying to delete this user and how this user id is getting created ?

Hi Nikunj,

Please check your datasource configuration file in the app you’re attempting to push.
The name and type fields should say “mongodb-atlas” (according to the error message". Have they been changed?

Regards
Manny