Deployment help
I'm trying to deploy my app to Railway but can't seem to get it right.
After building the app I run
vite start
but that does not work.
The docs outline that we need to use npm run .output/server/index.mjs
but that does not work either.
What is the correct/better way for this to work on Railway?
EDIT: Just noticed this error H3Error: Missing adapter implementation for 'abstractRuntimeString' - make sure to import the appropriate adapter for your platform
. Issue might be related to Shopify's package, although I am using the node adapter, and I tried the web adapter as well.
Both work fine while developing locally, but not when building for production :/
EDIT 2: Looks like there's an open issue: https://github.com/Shopify/shopify-app-js/issues/2289
EDIT 3: Fixed it, posted my workaround in the issue linked above 🙂GitHub
Nuxt 3.16 - Missing adapter implementation for 'abstractRuntimeStri...
Issue summary Before opening this issue, I have: Upgraded to the latest version of the relevant packages @shopify/* package and version: "@shopify/shopify-api": "^11.11.1" Node ...
0 Replies