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
I enabled inline errors module on all my forms (login, register, ...) to remove the client side validation and manage them on the server side.
But when I apply it on my registration form and submit it (without having filled any field), I get a 500 error with the following message:
TypeError: Return value of Drupal\apigee_edge\Entity\Controller\Cache\DeveloperIdCache::getEntityId() must be of the type string, null returned in Drupal\apigee_edge\Entity\Controller\Cache\DeveloperIdCache->getEntityId() (line 40 of modules/contrib/apigee_edge/src/Entity/Controller/Cache/DeveloperIdCache.php).
I haven't tried to apply the same changes for the app creation/editing form but it should work too.
Description
I enabled inline errors module on all my forms (login, register, ...) to remove the client side validation and manage them on the server side.
But when I apply it on my registration form and submit it (without having filled any field), I get a 500 error with the following message:
I haven't tried to apply the same changes for the app creation/editing form but it should work too.
Steps to Reproduce
Actual Behavior
When I submit the form, I get an error instead of inline errors.
Expected Behavior
When I submit the form, I would like to find my form with the error messages on the concerned fields.
Screenshots
Error catch
Notes
NC
Version Info
I use the following versions:
The text was updated successfully, but these errors were encountered: