Hello everyone,
I’m encountering an issue while trying to import a file in my Shopify app. Specifically, I get the following error message:
Server-only module referenced by client: '../db.server' imported by route 'app/routes/app.import.jsx'
It seems like there’s a conflict between server-side and client-side modules. I’ve checked my import paths and tried a few things, but I haven’t been able to resolve it.
Has anyone faced a similar issue or have any suggestions on how to fix this? Any guidance would be greatly appreciated!
Thank you!