-
-
Notifications
You must be signed in to change notification settings - Fork 377
After login, app doesn't redirect to the billing route #66
Comments
Do you have billing enabled and setup? I can not reproduce this :/ |
Thanks for quick answer, |
No it should take you there (assuming you mean the base app route). Without knowing your full setup or database its hard to say whats up there. |
Understand it is not easy for you to help without more details. Below some more details about the configuration. Let me know if this helps... composer.json Providers, alias and middleware: note:
has been added before
migration:
As mentioned, the app installation is working properly and I can see the shop in the database once I have authorised my app in the shopify admin panel. Then, when I enter the route billing manually then the charge is showing in my database and shopify is confirming the charge (I see it in my store admin panel app directory and I receive a confirmation email from shopify). config:
.env file: In the shopify app setup: APP URL: Whitelisted redirection URL(s): |
I found the issue, in my case at least. I had my own Route set for the home page, following instructions from here. You'll notice it is missing the I simply removed my override, and now the billing check is in place correctly. @sbkl please check your own |
@paulcanning Did the trick! Thank you for looking into this. |
Thanks @paulcanning, just updated the wiki for this... I don't believe I had billing at the time when I wrote it - makes sense now! I've also updated the verbiage to be more clear. |
Hi,
In the login screen, I enter the shop name which redirect to the shopify screen to install the app. Then, I go back to the login screen instead of seeing the charge screen.
When I enter my domain with the billing route manually, then I can accept the charge.
Is this a bug or something I'm doing wrong?
Thank you.
The text was updated successfully, but these errors were encountered: