EAS Build - Apple Dev Authentication failing - getting 'maintenance activity' errors

Trying to iOS builds using EAS build and when I log into my session I keep getting the following errors:

Authentication with Apple Developer Portal failed!
Apple provided the following error info:
Service not available because of maintenance activities, please try again after some time.

When I check status, it's showing all is green and operational. Is something else going on that would be causing these errors?

Answered by RenaissanceMan in 751763022

Fixed the issue by running:

npm install -g eas-cli --force
Accepted Answer

Fixed the issue by running:

npm install -g eas-cli --force

Also facing the same issue

EAS Build - Apple Dev Authentication failing - getting 'maintenance activity' errors
 
 
Q