You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that enabling remix's v3_singleFetch future flag in vite.config causes a 401 unauthorized return from billing.request() when placing it in an action function or a loader that is fetched without a full page refresh. Refreshing a page that calls billing.request() in the loader does successfully call the billing.request() function. Any later calls made without a page refresh gets a 401 response. Single Fetch will be the default in react router v7.
It seems that enabling remix's
v3_singleFetch
future flag in vite.config causes a 401 unauthorized return frombilling.request()
when placing it in an action function or a loader that is fetched without a full page refresh. Refreshing a page that callsbilling.request()
in the loader does successfully call thebilling.request()
function. Any later calls made without a page refresh gets a 401 response. Single Fetch will be the default in react router v7.Steps to reproduce in remix app:
When this button is clicked after starting the app with
shopify app dev
, a 401 response is given and the page shows "Handling response"The text was updated successfully, but these errors were encountered: