Shopify / shopify-marketplaces-admin-app

MIT License
38 stars 45 forks source link

`shopify2 app serve` yields an empty page #50

Closed juanstiza closed 10 months ago

juanstiza commented 1 year ago

Hi

I followed the guide here: https://shopify.dev/docs/marketplaces/getting-started/get-started-with-shopify-marketplace-kit

I set up a free ngrok account, and linked it to my account. I also set up a partner account and a dev store, everything was linked in the .env file. After starting the dev server with shopify2 app serve all I get is a blank page at http://localhost:8081 with several errors on the console, like:

APP::ERROR::INVALID_CONFIG: host must be provided

What can be done?