You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2021. It is now read-only.
I'm setting up a private version of gddo, initially we didn't enable the search functionality so I am currently adding it. I have deployed the gae-service-proxy to App Engine, and I am setting the remoteapi-endpoint flag with its address.
I am using a service account which has the App Engine Admin, Cloud Datastore Owner, and Storage Admin roles, however I still get the following error when trying to launch my gddo-server: error creating server:open database: unable to contact server: bad response 401; body: "You must be logged in as an administrator to access this.
If I use my own account that has the same roles, then it works fine, the server starts, and search works. 🤔
Is there something that I am missing? Or is this an issue?