We have several websites with SP Page Builder Pro running on the same server.
Some of these sites do not allow to create new pages
When saving you get the message "Page succesfully saved"- but it is not displayed in the "SP Page Builder Pro - Pages overview"
All sites are
Joomla 4.06
SP Page Builder Pro 3.8.3
PHP Version 7.4.27
Web Server Apache/2.4.29
The fact that some sites can create new SP Page Builder pages indicates it is not a server problem.
Permissions and chmod are equivalent for all sites.
Under localhost the behaviour is the same
We do see that in those sites that don't save pages actually a record is added to the Joomla table "_assets" - but not in the table "_sppagebuilder".
In the _assets table is stored consequently as "com_sppagebuilder.page.0" ("the name - and consequently "0" - it overrides when you retry to save a new page with the same name).
All _sppagebuilder tables do have auto increment.
Note that updating an existing page is no problem for all sites - it only affects the creation of new pages
Please advice