I created the app using “npm init @shopify/app@latest”. It is a Remix app with session handling done by default I assume. I authenticate the routes using either “const { admin } = await authenticate.admin(request);” or “const { admin } = await authenticate.public.appProxy(request);”.
I have installed the app on multiple dev stores and can see the session created in the table for each store. Tried logging in multiple times, but the check won’t even run and it’s been 3 days. Kindly help, thanks!