I created a shopify app using cli and why am I getting this error
I’m having the same experience. Following.
Hey
Did you find a solution to this? seems like a recent bug in setting up an environment using the shopify CLI
Couldn’t find any solutions yet. What about you? How are you working on the app now?
Did you find any solutions yet?
Didnt find any solutions. What about you?
Same here
i think i found the solution. it works when i run the application in linux os
I had the same error and fixed it by replacing the ~
import { authenticate } from “~/shopify.server”;
to
import { authenticate } from “../shopify.server”;
needs to be done in several files

