As stated here, you might be facing the same issue
The error you encountered during the initialization of App Engine could be due to a region mismatch between your Firestore database and the region specified when creating the App Engine instance.
If you already have a Firestore database deployed in region region-a Then the app engine in the same project must be deployed in the same region region-a.