In my previous implementation, I stored data in a session. However, after switching to authentication through the Shopify API, I was unable to store session data. Initially, I used koa-auth
for authentication, which allowed me to manage session data. But since that package is deprecated and I couldn’t find a suitable alternative, I switched to the Shopify API for authentication. On the authentication callback, I tried to store session data but was unsuccessful.
Due to the session not being managed properly, I can see my embedded channel right after authentication. However, when I try to access it a second time, I am unable to do so. If needed,