What is the URL where the issue is happening
https://roadmap.sh/ai/quiz
What browsers are you seeing the problem on?
Firefox, Chrome
Describe the Bug
Current status: After the question is generated, it is not possible to provide any answer due to a server error:

Expected behavior: The question length falls within the limits. If the answer length must also fall within a certain range, the answer field should indicate this (by displaying the number of characters remaining).
Output from browser console (if any)
{
"0": {
"message": "question length must be less than or equal to 500 characters long",
"location": "question"
}
}
What is the URL where the issue is happening
https://roadmap.sh/ai/quiz
What browsers are you seeing the problem on?
Firefox, Chrome
Describe the Bug
Current status: After the question is generated, it is not possible to provide any answer due to a server error:

Expected behavior: The question length falls within the limits. If the answer length must also fall within a certain range, the answer field should indicate this (by displaying the number of characters remaining).
Output from browser console (if any)