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!
Hey @Sachin_Soundar - sorry for the late response on this, just going through some older threads on my end here.
You’re right that generally, if you’re building using the boilerplate template that’s set up using the CLI the authentication integration should be implemented already for you.
Can you let us know if you’re seeing the App Bridge integration set up the way it’s described in the docs here?
I think this should help with getting that set up if you haven’t already taken a look, but let me know if I can help out further.