Leonardo Maldonado
Leonardo Maldonado
BABetter Auth
Created by varundeva on 3/3/2025 in #help
Need guidance to set Captcha!
3 replies
BABetter Auth
Created by Leonardo Maldonado on 1/15/2025 in #help
500 Internal Server Error
No description
6 replies
BABetter Auth
Created by Leonardo Maldonado on 1/15/2025 in #help
500 Internal Server Error
I'm getting UNDEFINED_VALUE on the terminal now. @bekacru any help here, please?
6 replies
BABetter Auth
Created by Leonardo Maldonado on 1/15/2025 in #help
500 Internal Server Error
This is what I get when I try to sign in:
{
"response": {},
"request": {
"baseURL": "http://localhost:3000/api/auth",
"credentials": "include",
"method": "POST",
"plugins": [
{
"id": "redirect",
"name": "Redirect",
"hooks": {}
},
{
"id": "add-current-url",
"name": "Add current URL",
"hooks": {}
},
{
"id": "apply-schema",
"name": "Apply Schema",
"version": "1.0.0"
}
],
"body": "{\"email\":\"[email protected]\",\"password\":\"mypasswordhere\",\"callbackURL\":\"http://localhost:3000/app\"}",
"url": "http://localhost:3000/api/auth/sign-in/email?currentURL=http%3A%2F%2Flocalhost%3A3000%2Fentrar",
"headers": {},
"signal": {}
},
"error": {
"status": 500,
"statusText": "Internal Server Error"
}
}
{
"response": {},
"request": {
"baseURL": "http://localhost:3000/api/auth",
"credentials": "include",
"method": "POST",
"plugins": [
{
"id": "redirect",
"name": "Redirect",
"hooks": {}
},
{
"id": "add-current-url",
"name": "Add current URL",
"hooks": {}
},
{
"id": "apply-schema",
"name": "Apply Schema",
"version": "1.0.0"
}
],
"body": "{\"email\":\"[email protected]\",\"password\":\"mypasswordhere\",\"callbackURL\":\"http://localhost:3000/app\"}",
"url": "http://localhost:3000/api/auth/sign-in/email?currentURL=http%3A%2F%2Flocalhost%3A3000%2Fentrar",
"headers": {},
"signal": {}
},
"error": {
"status": 500,
"statusText": "Internal Server Error"
}
}
6 replies