Netlify CLI deploy - keep loading

I was using netlify cli to deploy my code, everything was working for the past 2 years. But just today, deploy is stucked and keep loading.

Code is react, on vite.

I am using command “npm run build-staging” to build the code.

It build successfully, in the fold name dist

Then I use command netlify deploy --site mySite --prod --dir=dist

This was working for me for the past 2 years, but now it stucked, and shows uploading.

Please help

I think it would eventually finish. Sometimes it also takes ages for me on the last file.