Questions and discussions about using the Shopify CLI and Shopify-built libraries.
Hi Guys,
I've created a Rails app using the Shopify cli v3. It's working good locally, but when I'm trying to access the admin I get this error:
Refused to display 'https://admin.shopify.com/' in a frame because it set 'X-Frame-Options' to 'deny'.
A few modifications I did to the generated app:
1. Changed the DB to Postgres
2. Added an endpoint and controller to serve static assets from the frontend