[Vue Router warn]: uncaught error during route navigation: error: nuxt instance unavailable) on initial load.const handleClearError = () => clearError({ redirect: '/' }) which brings me back to the main page. Strangely, I can press this button and everything (including the Pinia store) works perfectly. The problem is just the initial page load (problem occurs every time I refresh the browser page). import { useUserStore } from '~~/stores/user';, this problem will occur on page load. 