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
a warning is also shown in console: [Vue Router warn]: No match found for location with path "/__sandbox.html?storyId=components-tw-button-index-story-vue&variantId=components-tw-button-index-story-vue-0"
[nuxt] error caught during app initialization Error: Page not found: /__sandbox.html?storyId=components-tw-button-index-story-vue&variantId=components-tw-button-index-story-vue-0 at createError (index.mjs?v=e9d9332e:128:15) at router.mjs?v=e9d9332e:133:1 at triggerAfterEach (vue-router.js?v=03332be2:2537:1) at vue-router.js?v=03332be2:2468:1 at async router.mjs?v=e9d9332e:149:1 at async initApp (entry.mjs?v=e9d9332e:45:7)
i have added the plugin for nuxt 3 from histoire:
import { defineConfig } from 'histoire'
import { HstVue } from '@histoire/plugin-vue'
import { HstNuxt } from '@histoire/plugin-nuxt'
export default defineConfig({
plugins: [
HstNuxt(),
HstVue(),
],
})
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My nuxt + histoire seems to be working, sort of.
i can see my button:
but when i scroll down:
a warning is also shown in console:
[Vue Router warn]: No match found for location with path "/__sandbox.html?storyId=components-tw-button-index-story-vue&variantId=components-tw-button-index-story-vue-0"
[nuxt] error caught during app initialization Error: Page not found: /__sandbox.html?storyId=components-tw-button-index-story-vue&variantId=components-tw-button-index-story-vue-0 at createError (index.mjs?v=e9d9332e:128:15) at router.mjs?v=e9d9332e:133:1 at triggerAfterEach (vue-router.js?v=03332be2:2537:1) at vue-router.js?v=03332be2:2468:1 at async router.mjs?v=e9d9332e:149:1 at async initApp (entry.mjs?v=e9d9332e:45:7)
i have added the plugin for nuxt 3 from histoire:
Beta Was this translation helpful? Give feedback.
All reactions