App reviews, troubleshooting, and recommendations
Hi
I am working on rails shopify app (v16.1.0), and added webhooks.
// config/initializers/shopify_app.rb
ShopifyApp.configure do |config|
....
config.webhooks = [
{topic: "orders/create", address: "#{ENV['APP_HOST']}/webhooks/orders_create", format: "json"},
]
...
end
But I an experiencing and stuck on error screen while installing the app.
Seems like this errors came from shopify app gem file
https://github.com/Shopify/shopify_app/blob/master/app/controllers/shopify_app/callback_controller.r...
For temp solution, I had to create my own controller with the same namespace and paste this file.
And replaced shop_session&.token || user_session.token to token
But I don't think if this is my fault from webhook initialization or gem itself.
Please let me know if you see any issues.
Thank you.
I'm having the same issue after creating an app with the CLI. Dif you ever figure out a solution?
having same issue. anyone found a solution? please let me know. thank you
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025