openAIP / openaip

Public issue tracker of www.openaip.net.
39 stars 3 forks source link

Signups broken - expired firebase token #351

Closed Gussy closed 2 months ago

Gussy commented 2 months ago

Signing up sends two emails, one to activate the account and another to verify the email address. The link in both emails results in an page displaying this error:

{"error":{"code":400,"message":"API key expired. Please renew the API key.","errors":[{"message":"API key expired. Please renew the API key.","domain":"global","reason":"badRequest"}],"status":"INVALID_ARGUMENT","details":[{"@type":"type.googleapis.com/google.rpc.ErrorInfo","reason":"API_KEY_INVALID","domain":"googleapis.com","metadata":{"service":"identitytoolkit.googleapis.com"}}]}}

Looks like the some firebase tokens need to be renewed.

reskume commented 2 months ago

Fixed