firebase / firebase/quickstart-js
Custom auth get 400 error with CONFIGURATION_NOT_FOUND
Open
needs-info
- Dominant language
- TypeScript
- Stars
- 5.4k
- Forks
- 3.7k
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 6
Description
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"
}
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.