Description
Issue summary
when session verification fails then it redirects to /api/auth
and passes shop in query parameters but here shop is undefined
/api/auth?shop=undefined
it doesn't happen on development server but it happens on prod server
followed official doc for fly.io deployment but this error exist
@shopify/shopify-app-*
package and version:- Node version: v18.12.1
- Operating system: don't know (fly.io server)
Expected behavior
it should redirect to /api/auth?shop=mystore.myshopify.com
Actual behavior
/api/auth?shop=undefined
Steps to reproduce the problem
- clone this repo https://github.com/yashsony/deploymenttesting
- and deploy it on fly.io through cli link
Metadata
Assignees
Labels
No labels
Activity