Issue with Installing Laravel Application on Shopify: Error “Can only instantiate this object with an int”
I’m trying to integrate a Laravel application into Shopify using the kyon147/laravel-shopify package. The setup process is complete, but when I attempt to install the app via the Shopify Partner Dashboard, I encounter the error: “Can only instantiate this object with an int.”
I suspect the issue is related to the configuration of the users table in my database. I have already tried creating a new database and running the migrations provided by the package, but the error persists.
also want to mention that password , password_updated_at , theme_support_level are going null . And when i add this all row from the working database then it run without any error
What could be causing this issue, and how can I resolve it?