I create a app in shopify using laravel and react or polaris but the issue I facing in it to manage the sessions of the app I cant able to get the current session to store the store URL and other details to check which store install my application and how can I maintain the to show data
Topic summary
A developer built a Shopify app using Laravel and React/Polaris but is struggling with session management. The main issues include:
- Unable to properly maintain sessions within the application
- Difficulty determining which store has installed the app
- Need to store the current session’s store URL and other store details
The discussion remains open with no solutions provided yet. This appears to be a technical implementation question regarding authentication and session persistence in a custom Shopify app.