System Information
- v4.13.1:
- Operating System:
- Database:
- Node Version:
- NPM Version:
- Yarn Version:
Hello,
when an entity doesn’t have the createdBy set, the Admin UI (List view) crashes with ‘Woops! Something went wrong. Please, try again.’, the console outputs the error “TypeError: (destructured parameter) is null”.
I had the same issue with other parameters in the past which were set null and fixed it by updating the parameters manually via the api. I can’t do this with the createdBy field, can I?
Is this intentional and if, why? Though I can edit the entity in the edit view of the Admin UI, but the list view crashes.
Best regards