Hi,
I’m hosting an app on an Ubuntu server (AWS EC2) using Shopify CLI version: 3.56.3
All of these steps are going well:
- nginx setup
- domain name setup example.com
- deploy the app
- npm install
- npm run build
- npm run setup
Then cd /home/ubuntu/my-shopify-app/public
- npm run
Getting the following log:
> start
> remix-serve build/index.js
[shopify-api/INFO] version 9.4.1, environment Remix
[remix-serve] http://localhost:3000 (http://111.111.111.111:3000)
Now when going to example.com, I’m just getting 404 not found error.
Am I missing a command? Is it the correct entry point?
This public folder had only a folder called “build” and a file called “favicon.ico”
Thanks