After running my app in production mode (npm run build), the app content is not working in backend( App section in shopify admin)

Hi everyone,

I’m working on a Shopify app, and I’ve run into an issue after building my frontend for production.

After running:

npm run build

The build completes successfully with no errors. However, when I try to view the app in the Shopify admin (backend app section), the content does not render at all. it is showing empty. Can anyone help me to resolve this issue.. Thanks in advance.

Hey @Aravinth_kumar,

Happy to look in to this with you. Can you share a little more about your environment? Have you deployed your changes after the build? Have you been following any guides for building your app?

@KyleG-Shopify Thanks for your response. We have fixed the issue. It was a problem with API key and secret. Thanks

1 Like