No content to show
User Activity
06-22-2015
Fixed it so the issue was it was making relative path for my css file and hence looking in Shopifys assets for that css which wasn't present there.
Thanks for the help though Dan
06-22-2015
Thanks for the suggestion, I'm already trying to debug it :D. I'm using rails for development so it's rendering my application.css but it doesn't have any styles in it. Inline styles are working though.
06-22-2015
Already checked and it doesn't. Do you have any idea if Shopify strips stylesheets and js for the proxy url pages?
06-22-2015
That was it. I was rendering embedded apps layout inside my controller, causing it to ask for admins credentials. Thanks a lot Dan.
I have a different issue now though as it's not rendering my styles with the page. I have stylesheet tag for my style...
06-22-2015
Hi Dan
Thanks for the quick reply. Sorry I forgot to mention that in my previous post but yeah I have set up App Proxy for the front end page and added proxy url in one of the liquid templates as well, like this:
<li class="toolbar-customer"><a hre...
06-22-2015
Hi Guys
This is my first hands on experience with Shopify and I'm developing a Embedded app, it would have a merchant backend and a front end page for customers to show in store.
I have successfully implemented the Merchant part and also added the ...