Hello,
I am trying to get flarum working for my site wanafunzi.org but i am running to an issue that the Sign Up doesn not work.
I keep get
The username field is required.
The email field is required.
The password field is required.
Getting following response with error
{
"status": 422,
"options": {
"url": "https://wanafunzi.org/register",
"method": "POST",
"data": {
"username": "juliana",
"email": "*******@gmail.com",
"password": "***********"
},
"background": true
},
"xhr": {},
"responseText": "{\"errors\":[{\"status\":\"422\",\"code\":\"validation_error\",\"detail\":\"The username field is required.\",\"source\":{\"pointer\":\"\\/data\\/attributes\\/username\"}},{\"status\":\"422\",\"code\":\"validation_error\",\"detail\":\"The email field is required.\",\"source\":{\"pointer\":\"\\/data\\/attributes\\/email\"}},{\"status\":\"422\",\"code\":\"validation_error\",\"detail\":\"The password field is required.\",\"source\":{\"pointer\":\"\\/data\\/attributes\\/password\"}}]}",
"response": {
"errors": [
{
"status": "422",
"code": "validation_error",
"detail": "The username field is required.",
"source": {
"pointer": "/data/attributes/username"
}
},
{
"status": "422",
"code": "validation_error",
"detail": "The email field is required.",
"source": {
"pointer": "/data/attributes/email"
}
},
{
"status": "422",
"code": "validation_error",
"detail": "The password field is required.",
"source": {
"pointer": "/data/attributes/password"
}
}
]
},
"alert": {
"type": "error",
"content": [
"The username field is required.",
{
"tag": "br",
"attrs": {},
"children": [],
"dom": {},
"state": {}
},
"The email field is required.",
{
"tag": "br",
"attrs": {},
"children": [],
"dom": {},
"state": {}
},
"The password field is required."
],
"controls": false,
"dismissible": false
}
}
I am not sure what is going on. I have tried to disable all extensions but the issue exist.