Daniel Roe

Results 1868 comments of Daniel Roe

Nope, I can't find anything in the docs. But [πŸ”ˆthis](https://twitter.com/JSPartyFM/status/1542507886764359680) is worth a listen.

Completely agree with @antfu here. Note that it is also possible to add middleware at runtime which is why it's not a hard TS error to pass a different name.

Would you please provide a more minimal reproduction? I can't run this as it seems to need a graphql server running, etc. https://stackblitz.com/github/nuxt/starter/tree/v2-bridge

Stackblitz had an internal bug logging the vm instance. But otherwise the sandbox seems to be working: https://stackblitz.com/edit/github-5xqxyf-wxr7av

To configure the base path with Nitro, don't configure `router.base` directly. Instead, you can pass `NUXT_APP_BASE_URL` or set `app.baseURL`. For example: ```bash yarn build NUXT_APP_BASE_URL=/d node .output/server/index.mjs ``` Or: ```diff...

The router option should be set dynamically based on the basePath. Perhaps you could share some reproduction code? πŸ™

Would you open an issue on https://github.com/nuxt-community/i18n-module? πŸ™

From what you've said, it sounds like this might be more helpfully dealt with in https://github.com/nuxt-community/tailwindcss-module. Or do you think this is a Bridge-specific issue?

Thanks @madebyfabian. ~~This issue may well be resolved by https://github.com/nuxt/framework/pull/2812, in that case. I've a test repo so can confirm shortly.~~ πŸ‘ **Update**: not resolved by that PR.