Issue summary
Before opening this issue, I have:
The gem raising on local dev with a passed nil into T.must?
When the HOST env var is set where the gem reads, but that env var doesn't contain a protocol, so the gem raises here. For us it's failing on this concern from shopify_app . We can hack around it for now by explicitly setting the host , but it looks like either the gem needs to be updated to support local dev, or dev needs to be updated to include a protocol in the HOST env var?
Expected behavior
host config works without requiring protocol scheme. Maybe setting a default?
Actual behavior
The gem raising on local dev with a passed nil into T.must?
Steps to reproduce the problem
- Include FrameAncestor in one of your controller
- Set HOST env var as
www.example.com without http or https
Debug logs
// Paste any relevant logs here
Issue summary
Before opening this issue, I have:
shopify_apiversion:log_level: :debugin my configuration, if applicableThe gem raising on local dev with a passed nil into T.must?
When the
HOSTenv var is set where the gem reads, but that env var doesn't contain a protocol, so the gem raises here. For us it's failing on this concern from shopify_app . We can hack around it for now by explicitly setting the host , but it looks like either the gem needs to be updated to support local dev, or dev needs to be updated to include a protocol in the HOST env var?Expected behavior
hostconfig works without requiring protocol scheme. Maybe setting a default?Actual behavior
The gem raising on local dev with a passed nil into T.must?
Steps to reproduce the problem
www.example.comwithouthttporhttpsDebug logs