Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
My Api Key is correct, then why is it giving this error? Thank you for helping me.
the request is - https://abhineshs-test.myshopify.com/admin/oauth/authorize?client_id=%2291a4bf9a512597df976ff14b2d4d...
Solved! Go to the solution
This is an accepted solution.
This is solved by removing the quotes from the api key from get call url.
This is an accepted solution.
This is solved by removing the quotes from the api key from get call url.
.env file
SHOPIFY_API_KEY='ae8ab39068d84c624bc3c0af3b51fa84'
initializers/shopify_app.rb
ShopifyApp.configure do |config| config.application_name = "My App" config.api_key = ENV['SHOPIFY_API_KEY'] config.secret = ENV['SHOPIFY_API_SECRET'] config.old_secret = "" config.scope = "read_orders, write_orders, read_products" # read_all_orders config.embedded_app = true config.after_authenticate_job = false config.api_version = "2019-10" config.session_repository = ShopifyApp::InMemorySessionStore end
partner.shopify.com
Error during installation of the app
Where to remove quotes ?
i couldn't find get call url
https://403d432e76bb.ngrok.io/?shop=sample-embedded-app-xyz.myshopify.com was my uri path it should be exact as u have stated in your app setup page
if this does not help check your api key are matching in app as well as your development environment (mine is Visual studio code)
Hope this information helps bcoz this is a pain in a**.
Connect your PayPal account to allow your customers to checkout using the PayPal gateway a...
ByYour online store speed can enhance your store’s discoverability, boost conversion rates a...
ByShopping is at our fingertips with mobile devices. Is your theme optimized to be user-frie...
By