I have followed the “deploy your app” docu. https://shopify.dev/docs/apps/deployment/web after creating a blank remix app. I’m unable to deploy the app to fly, heroku and DigitalOcean. All returns same error.
-04-16 11:58:47] > start
[2024-04-16 11:58:47] > remix-serve ./build/server/index.js
[2024-04-16 11:58:47]
[2024-04-16 11:58:51]
[2024-04-16 11:58:51] /app/node_modules/@shopify/shopify-app-remix/build/cjs/server/shopify-app.js:98
[2024-04-16 11:58:51] throw new shopifyApi.ShopifyError('Invalid appUrl provided. Please provide a valid URL.');
[2024-04-16 11:58:51] ^
[2024-04-16 11:58:51] Error: Invalid appUrl provided. Please provide a valid URL.
[2024-04-16 11:58:51] at deriveApi (/app/node_modules/@shopify/shopify-app-remix/build/cjs/server/shopify-app.js:98:11)
[2024-04-16 11:58:51] at shopifyApp (/app/node_modules/@shopify/shopify-app-remix/build/cjs/server/shopify-app.js:49:15)
[2024-04-16 11:58:51] at file:///app/build/server/index.js?t=1713268522877.906:22:19
[2024-04-16 11:58:51] at ModuleJob.run (node:internal/modules/esm/module_job:195:25)
[2024-04-16 11:58:51] at ModuleLoader.import (node:internal/modules/esm/loader:337:24)
[2024-04-16 11:58:51] at importModuleDynamicallyWrapper (node:internal/vm/module:432:15)
[2024-04-16 11:58:51] at run (/app/node_modules/@remix-run/serve/dist/cli.js:1
My .env file is empty and I have set the environment variables directly on every platform.
Anyone knows whats going on here?