Silverstripe Version: 4.4.4
Question:
Hi all. I wonder if someone could help me? I’ve got 2 addons installed:
- dnadesign/silverstripe-elemental
- syntro/silverstripe-elemental-bootstrap
I have tried it without the bootstrap addon too, but no change.
Just playing around with it at the moment to try and get it to do something I like. However, the blocks element on the page edit seems to hang (see image below). No errors in the developer’s console on Chrome, only a warning about 2 buttons sharing the same ID (I believe related to GridField sorting).
If I try to add a block while it’s “loading”, I see the below in the console:
Uncaught (in promise) Error: GraphQL error: Invalid ElementalAreaID: 0
This seems to link through to ReadOneAreaResolver
(part of GraphQL), which throws an exception:
InvalidArgumentException: Could not find elemental area matching ID 0
Not sure where it’s getting ID 0 from, or how that can be changed?
Any help appreciated