You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Response: {"status":400,"message":"Cast to ObjectId failed for value "formsflow-client@example.com" (type string) at path "_id" for model "submission""}
The text was updated successfully, but these errors were encountered:
This is currently a known issue and expected behavior. Will update in changelog know issues list for now.
This occurs because we are having the list of users in keycloak only and not in formio Db. The react-formio (https://www.npmjs.com/package/react-formio) component by default checks for the user to be available in formio db with the /current api on each submission regardless of using a external user authentication which would fail in the scenario. - You can ignore this error as such for now, it wont have any effect as such in the workflow submission.
We will try to update a fix on this in coming releases. :)
Bug Report: Getting error in console
Issue: Could not connect to API server while submitting form
Steps to Reproduce
1.http://localhost:3000/form
2.login as client
3.submit a form
Observed Behaviour
Screenshots:
Response: {"status":400,"message":"Cast to ObjectId failed for value "formsflow-client@example.com" (type string) at path "_id" for model "submission""}
The text was updated successfully, but these errors were encountered: