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:
-
Changed the DB to Postgres
-
Added an endpoint and controller to serve static assets from the frontend