quickstart-js icon indicating copy to clipboard operation
quickstart-js copied to clipboard

Custom auth get 400 error with CONFIGURATION_NOT_FOUND

Open SLdragon opened this issue 3 years ago • 8 comments

Follow the document to run custom auth code, but get the errors as below, did I miss something to config?

{
   "code":"auth/internal-error",
   "message":{
      "error":{
         "code":400,
         "message":"CONFIGURATION_NOT_FOUND",
         "domain":"global",
         "reason":"invalid"
      }
   }
}

SLdragon avatar Jan 29 '21 04:01 SLdragon