If your app is stuck on the splash screen, you need to follow the next steps.
This happens because some servers send values as strings, while others send them as integers. We need to ensure this is fixed properly.
Step 1 : Open Select PHP Version in cPanel
Step 2 : Adjust PHP Extensions
Uncheck pdo_mysql
Check nd_pdo_mysql
No need to restart the server, changes apply automatically.
The “string to int” issue should now be resolved.