The Shopify App Template from GitHub of Shopify as https://github.com/Shopify/shopify-app-template-php
I always get the errors as screenshot when created Shopify App with the Instruction of Shopify
A developer is encountering database errors when trying to run a Shopify app created using the official Shopify PHP app template from GitHub (https://github.com/Shopify/shopify-app-template-php).
Issue Details:
Proposed Solution:
db.sqlite in the web/storage/ directory from the project rootThe discussion remains open, awaiting confirmation whether this solution resolves the connection errors.
The Shopify App Template from GitHub of Shopify as https://github.com/Shopify/shopify-app-template-php
I always get the errors as screenshot when created Shopify App with the Instruction of Shopify
hi @HeisUser ,
Your server may fail to start because of the missing sqlite file in the storage directory.
Try creating an empty file named db.sqlite in you’re /web/storage directory from you’re project root