-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
🐛 Creating a proposal is failing with status code 400 #1830
Comments
This is very strange! |
The issue seems to be with the title length. The title used for the failing test:
|
I can confirm, using this title break submission of proposal |
@bosko-m @spannercode @Ryun1 This can be tested. It was that, we sync now validation on FE and BE in the terms of maximum number of character |
@vpaunovic Im testing this on Preview and still getting 400 with the following string used: "Climate Consciousness in Blockchain: Why Cardano Leads the Way #2" |
Verified on Preview. |
Area
Proposal Pillar
Domain
sanchogov.tools
Which wallet were you using?
Eternal Beta
Context
Creating a proposal after verifying the identity and filling in the details fails with no visible error shown.
Here is the screenshot of the console at the moment:
Looking deeper into the network calls, the POST request to /api/proposals is failing with status code 400
Response:
Steps to reproduce
Actual behavior
No user feedback is provided to the user. The user is stuck on the 'Review Your Submission' page.
On the console, the errors are logged. Screenshot attached on context section above.
Expected behavior
Proposal should be successfully created.
The text was updated successfully, but these errors were encountered: