No content to show

User Activity

Now I see that in the current version of the template your solution should work, but my template was generated by the shopify cli, so it uses this template. Which overrides the PORT with the BACKEND_PORT if it's set.
ok, got it. I set BACKEND_PORT=3000 in the dev command, and now vite still serves it on a random port, but now the express app is listening on 3000
The PORT is set in the .env alright, just that the env var gets overwritten somehow I guess. Not just PORT, but BACKEND_PORT and FRONTEND_PORT too.
Hi! The app is based on the node app boilerplate, so it uses vite. I basically want for my app to have a static port on localhost when I launch `npm run dev`. Currently it always generates a random port in the range 3xxxx, but I'd like to set it to l...
I've registered an 'orders/create' webhook in my app and it fires correctly, but I'm having trouble getting the order data from the response. I've tried multiple ways that I've seen here and there, I've tried using express'  json and bodyParser metho...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From