-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
error on create new entries with Android app #37
Comments
Hi, I've tested it on my side with Android and can confirm the issue. |
Yeah, I just checked right now, the android client sends the json keys with the first letter in uppercase ( |
This would be great use case for case insensitive attribute. Sadly not an option for now, but there are some workarounds. |
I've modified the inputs to make sure we always receive the same format. I've decided using PascalCase as it seems to be the most commonly used upstream. Edit: It seems to be related with organizations, if the user isn't part of any organizations, the sync works fine. I'll try fixing it tomorrow. Edit 2: Welp, apparently the |
Hi,
i get an error if i want to create an new entry.
I use the later docker image from mprasil and the newest Android app.
following error are shown by server
POST /api/ciphers application/json; charset=utf-8:
=> Matched: POST /api/ciphers
=> Error: Couldn't parse JSON body: Error("missing field
type
", line: 1, column: 498)=> Outcome: Failure
=> Warning: Responding with 400 Bad Request catcher.
=> Response succeeded.
How i can help to debug the problem?
Thanks a lot for your help and great job on this project.
@mprasil thanks for your nice docker images
best regards
The text was updated successfully, but these errors were encountered: