You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2019. It is now read-only.
I tried updating the .env with my data and installed the application on my demo shop. It installs successfully, but everytime I visit the app from the admin screen, it shows the "Shopify Node App – Installation" page.
From ngrok, I do see that it first tries to access "GET /", and then "GET /assets/main.js" and then "GET /install".
I was expecting to see the contents of "app.ejs" but somehow, it keeps getting redirected to "install.ejs". Is that really how it's supposed to work? Or is this a bug? If it's a bug, where can I find clues to resolve this?
The text was updated successfully, but these errors were encountered:
I had this issue before. Make sure your app url in shopify isn't pointing to the /install directory and make sure the url ends with a /. I hope that helps someone.
Im having a similar issue but I can't get pass the install page. I keep getting a Oauth error invalid_request: The redirect_uri is not whitelisted. I have the proper redirect of {HOST}/shopify/auth/callback. Anyone else experience this?
I tried updating the .env with my data and installed the application on my demo shop. It installs successfully, but everytime I visit the app from the admin screen, it shows the "Shopify Node App – Installation" page.
From ngrok, I do see that it first tries to access "GET /", and then "GET /assets/main.js" and then "GET /install".
I was expecting to see the contents of "app.ejs" but somehow, it keeps getting redirected to "install.ejs". Is that really how it's supposed to work? Or is this a bug? If it's a bug, where can I find clues to resolve this?
The text was updated successfully, but these errors were encountered: