You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Issue summary
Before opening this issue, I have:
shopify_api
version:log_level: :debug
in my configuration, if applicableThe 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
www.example.com
withouthttp
orhttps
Debug logs
The text was updated successfully, but these errors were encountered: