We recently published our app on the Shopify App Store. However, in the Partner Dashboard it still shows the warning: “Session tokens are not being used.”
When I troubleshoot this in my app, I can clearly see that Shopify App Bridge is sending the session token in the request headers when my frontend calls my backend API.
I’m using React Router v7, and everything seems to work correctly on the app side. But the Partner Dashboard still reports that session tokens are not being used.
Has anyone faced this issue before?
Is there something specific we need to configure for React Router v7, or is this a known false warning in the Partner Dashboard?
Hey @ahmadshaikh - have you tried the following from this thread?
If you’re still seeing this occur after trying that (and making sure that you’ve disabled any browser extensions after trying this), just let me know and I can take a closer look for you.
In the screenshot, you can see that both “Session authentication” and “App Bridge” are unchecked, even though earlier, the App Bridge checkmark was showing correctly.
So it seems like Shopify Partner Dashboard is not detecting session token usage anymore, even though the session token is present in the request headers when frontend calls the backend.