Troubleshooting

Common issues

IssueProbable causeSolution
Blank page after modificationObject property set to null instead of {}Verify that htmlProperties, objectProperties, etc. are {} not null
Block not displayedIncorrect parentCollectionRecalculate the parentCollection chain (parent.parentCollection + . + parent.uuidKey)
Button does not workEvent not declared in the databaseVerify that events.onClick contains the correct className + functionName
Empty listboxIncorrect vt_TableName or missing vc_FieldDisplayVerify htmlProperties.vt_TableName and that vb_DisplayField=true on each column
Styles not appliedTailwind CSS not recompiledRun npm run build in bweb_dependencies/
Translation not displayedMissing key in BSPK.jsonAdd the key in Resources/lang/{lang}/BSPK.json
403 errorInsufficient permissionsVerify userRightUuid on the domain/page/block
Upload failedFile type not allowedVerify objectProperties.vt_AcceptType on the fieldInputFile field