We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you press the button that says "Im still studying", it doesnt work.
According to mansoor its because the database doesnt accept anything thats null. or something idk.
The text was updated successfully, but these errors were encountered:
To reproduce:
Education
I'm Still Studying
Graduation Date
Add
REQUEST
{ "institution_name": "TEST", "degree": "TEST DEGREE", "graduated": null }
RESPONSE
{ "url": "/api/member/create/education", "statusCode": 500, "statusMessage": "Internal Server Error", "message": "[POST] \"https://community.api.prod.josa.ngo/v2/education\": 500 Internal Server Error", "stack": "", "data": { "message": "EDUCATION.POST.ERROR", "statusCode": 500 } }
This is the error on the server side:
ERROR [EducationController] ERROR EDUCATION POST: null value in column "graduated" of relation "education" violates not-null constraint
Sorry, something went wrong.
No branches or pull requests
When you press the button that says "Im still studying", it doesnt work.
According to mansoor its because the database doesnt accept anything thats null. or something idk.
The text was updated successfully, but these errors were encountered: