Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"`setup': missing keyword: :host_name (ArgumentError)" on clean install #1542

Closed
asavageiv opened this issue Oct 20, 2022 · 1 comment · Fixed by Shopify/shopify-api-ruby#1045
Assignees
Labels

Comments

@asavageiv
Copy link

Description

A clean shopify_app install currently fails with the error below on server start.

Steps to Reproduce

Follow the quick start guide. Run rails s

Expected behavior:

Rails server starts

Actual behavior:

You get this error:

/Users/asavage/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/shopify_api-12.1.0/lib/shopify_api/context.rb:45:in `setup': missing keyword: :host_name (ArgumentError)

Reproduces how often:

100%

Browsers

N/A

Gem versions

shopify_app 21.1.0
shopify_api 12.1.0

Additional Information

Likely caused by #1518, as mentioned here: #1518 (comment)

@nelsonwittwer
Copy link
Contributor

nelsonwittwer commented Oct 20, 2022

Thanks so much for reporting this! Apologizes I left that workflow out of my testing :( If you update your shopify_api gem to v12.2.1 this has been fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants