(I’m not a developer, developing my own app and learning to code as I go along)
Hello, this is the second time this happens where my app shows a blank screen on shopify admin, the first time, I created a whole new app because I couldn’t fix the issue. Even when I direct to /app, /app/additional which are all default pages that usually work well. I have no clue how to fix this.
Could this be because I have an error with my app with the ‘tsconfig.json’ file?. The error is " Option ‘module’ must be set to ‘Node16’ when option ‘moduleResolution’ is set to ‘Node16’." and the error doesnt change no matter what I type and change in this file.
The server logs for your application. These will be in the terminal output where you ran npm run dev
Your app not loading may or may not be related to the tsconfig error. If you are using the app template from the Shopify CLI here is the current tsconfig provided there.