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
See the e2e integration tests in #7731
Those fail because the qwik env is missing on navigation, which means the context didn't get serialized.
When changing e2e/adapters-e2e/src/root.tsx to not use useDocumentHead(), things work.