401 when building react-native app. My credentials are good

Hello guys, I’m getting this error when I try to build the release of my react-native android app

But my auth token is good, because when I put this on my terminal to login in sentry it works fine with the same token as my sentry.properties file

./node_modules/@sentry/cli/bin/sentry-cli login

this is the content of my sentry.properties file

defaults.url=https://sentry.io/
defaults.org=kiwi-campus
defaults.project=driver-app
auth.token=TOKEN_HERE
cli.executable=node_modules/@sentry/cli/bin/sentry-cli

I already wasted 2 days trying to solve this. Could you please help me?

Thanks!

Nobody? :confused: please