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
fix(plugin-multi-tenant): moves getGlobalViewRedirect from utilities to rsc exports (#14817)
After upgrading Next an error surfaced: `Error: Invariant:
AsyncLocalStorage accessed in runtime where it is not available`. The
`getGlobalViewRedirect` uses Next's `unauthorized` function and should
be exported from the rsc directory.
0 commit comments