Hello!
I want to customize Shopify callback. I added the below in config/routes
by following doc here
get ShopifyApp.configuration.login_callback_url, to: "shopify_auth#callback"
mount ShopifyApp::Engine, at: '/'
But callback is not being triggered.
Any thoughts?