Troubleshooting
Common issues
| Issue | Probable cause | Solution |
|---|---|---|
| Blank page after modification | Object property set to null instead of {} | Verify that htmlProperties, objectProperties, etc. are {} not null |
| Block not displayed | Incorrect parentCollection | Recalculate the parentCollection chain (parent.parentCollection + . + parent.uuidKey) |
| Button does not work | Event not declared in the database | Verify that events.onClick contains the correct className + functionName |
| Empty listbox | Incorrect vt_TableName or missing vc_FieldDisplay | Verify htmlProperties.vt_TableName and that vb_DisplayField=true on each column |
| Styles not applied | Tailwind CSS not recompiled | Run npm run build in bweb_dependencies/ |
| Translation not displayed | Missing key in BSPK.json | Add the key in Resources/lang/{lang}/BSPK.json |
| 403 error | Insufficient permissions | Verify userRightUuid on the domain/page/block |
| Upload failed | File type not allowed | Verify objectProperties.vt_AcceptType on the fieldInputFile field |

