-
Notifications
You must be signed in to change notification settings - Fork 162
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
While creating a dataset manually via "+New” button, at the end of the error informing that the dataset already exists there is "56” added #625
Comments
This is a side effect of error messages being pretty raw! Entity list names are unique within a project. The error message is saying that there is already an entity list with name |
Now that we've resolved #144, I think we've mostly addressed this for other resources. We tend to handle 409 errors on a case-by-case basis rather than in a global way. For example:
I think we could fix this one now or in a future release. We have an existing mechanism to handle Problem responses like this, so it shouldn't be a heavy lift. |
Oh! Yes, of course, sorry about the misinformation. |
Tested with Success |
1 similar comment
Tested with Success |
Problem description
While creating a dataset manually via "+New” button, at the end of the error informing that the dataset already exists there is "56” added.
URL of the page
https://staging.getodk.cloud/
Steps to reproduce the problem
Screenshot
Expected behavior
"56" shouldn't be in the error message.
Central version shown in version.txt
https://staging.getodk.cloud/
versions:
f0b2a90 (v2023.5.1-5-gf0b2a90)
+2bb17a501416814bbd987ddc953abc5b0c40c58a client (v2023.5.0-43-g2bb17a50)
+267e0ad7806057fc82894f58bea680627f1de5cd server (v2023.5.0-49-g267e0ad7)
Browser version
Chrome and Firefox
The text was updated successfully, but these errors were encountered: