Custom app access token with Oauth flow/ unable to connect with my odoo software

I am creating the app throw the custom app development shopify via Oauth but the i didn’t get the access token number because when i click on install app the system refused to connect my odoo instanace the redirect URL i have used https://odoo-instance-URL/auth_oauth/signin? and https://odoo-instance-URL/shopify/auth/callback but nothing redirect to my odoo and make connectivity with odoo So, now let me know how i can connect with odoo

1 Like

here is the error screenshot while connecting my app with odoo how i can connect it ?

Hey @Arsalan_Yasin,

Looking at your screenshot, the “refused to connect” error means Shopify can’t reach your Odoo instance at all. Before troubleshooting the OAuth flow, confirm that your app url is running and publicly accessible. Try hitting that URL directly in your browser to verify.

Once your server is reachable, if you’re still having trouble with the OAuth redirect, I’d recommend starting with one of our app templates. It comes with authentication already built in, which handles the OAuth flow and token exchange for you. Running the Shopify CLI shopify app init gets you a working app with all the auth boilerplate in place.

Hi @Arsalan_Yasin

Access the URL in your screenshot, it returns a 404 error. Please check if your URL is correct first.

do your sever instance have a health check endpoint? you can try to check your service is running properly.