Hydrogen demo images and text disappearing

Hi! I’m trying to create my first Shopify theme through but I am having a bit of trouble. When I create a hydrogen project through npm and run it locally the demo works perfectly. However, as soon as I update the env file with my Shopify domain and api key all the images as well as a large portion of the demo text disappears. I’ve checked out the docs and looked at several tutorials but haven’t found any info on this problem. Any help is appreciated.

Here are some photos:

Demo Project I started with

&

After swapping domain and api key in env

Hi there! It sounds like you’re experiencing some issues with your Shopify theme development. It’s possible that the issue could be related to your API credentials or perhaps a configuration issue in your theme.

One thing to check is whether your API credentials are correct and have the necessary permissions to access your Shopify store. You might also want to ensure that your theme’s settings are properly configured to display images and text.

Another thing to try is to check the console log in your browser’s developer tools to see if there are any error messages related to the missing images or text. This might provide some insight into the cause of the problem.