Closed adventuretocode closed 1 year ago
This issue description is incoherent and difficult to interpret. It is also using an older version of the API and template.
Please try again with the latest template/api, and if issue continues, open a new issue.
Issue summary
app break on app install flow
Write a short description of the issue here ↓ shopify not return the session after that app register web hook not fire
Expected behavior
app install flow work fine shopify package not return the session and after not create the app register/ uninstall hooked on server side
What do you think should happen?
Actual behavior
What actually happens?
Tip: include an error message (in a
<details></details>
tag) if your issue is related to an errorSteps to reproduce the problem
Reduced test case
The best way to get your bug fixed is to provide a reduced test case.
Specifications
Issue summary
auth flow break on install the app app in node express js and react base in shopify boiler plate
Write a short description of the issue here ↓ when i try to
Expected behavior
What do you think should happen?
Actual behavior
What actually happens?
Tip: include an error message (in a
<details></details>
tag) if your issue is related to an errorSteps to reproduce the problem
1. 1. 1.
Reduced test case
The best way to get your bug fixed is to provide a reduced test case.
Checklist
[ ] I have described this issue in a way that is actionable (if possible)
I have same issue about the breck the auth flow.
when i try to install app it was goes to app permission screen then i get this Error
custom session storage code
express server index.js code
on server side app init
app install on store but on my custom store i have write the session to the database it was not happen.
i debug the code on https://github.com/Shopify/shopify-app-template-node/blob/main/server/middleware/auth.js#L43
this auth call back
const session = await Shopify.Auth.validateAuthCallback(
this code blocker code goes to catch (e) { block