Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_vfs cannot been retrieved if baseURL is different than / and behind proxy #586

Open
gweill-guigops opened this issue Jan 19, 2024 · 0 comments
Labels
bug Something isn't working pr welcome

Comments

@gweill-guigops
Copy link

๐Ÿ› The bug

_vfs cannot been retrieved if baseURL is different than / and behind proxy

๐Ÿ› ๏ธ To reproduce

export default defineNuxtConfig({
app: { baseURL: '/prefix/' },
devtools: { enabled: true },
});

Put your app behind a proxy which serve only your baseUrl

๐ŸŒˆ Expected behavior

_vfs.json is fetched using /prefix/_vfs.json

โ„น๏ธ Additional context

@antfu antfu added bug Something isn't working pr welcome labels Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pr welcome
Projects
None yet
Development

No branches or pull requests

2 participants