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

baseUrl is not respected for all resources #14759

Closed
hlassiege opened this issue Aug 31, 2022 · 4 comments
Closed

baseUrl is not respected for all resources #14759

hlassiege opened this issue Aug 31, 2022 · 4 comments

Comments

@hlassiege
Copy link

Environment


  • Operating System: Linux
  • Node Version: v14.16.0
  • Nuxt Version: 3.0.0-rc.8
  • Package Manager: npm@6.14.11
  • Builder: vite
  • User Config: app
  • Runtime Modules: -
  • Build Modules: -

Reproduction

Start a very basic app, with only the following configuration :

// https://v3.nuxtjs.org/api/configuration/nuxt.config
export default defineNuxtConfig({

    app: {
        baseURL: '/profile'
    }
})

Describe the bug

All resources should be requested from /profile prefix, but it is ignored for some resources

image

Additional context

it used to work in version rc6

Logs

No response

@danielroe
Copy link
Member

This is resolved in the edge channel in nuxt/framework#6637.

@danielroe danielroe closed this as not planned Won't fix, can't repro, duplicate, stale Aug 31, 2022
@hlassiege
Copy link
Author

hlassiege commented Aug 31, 2022

ok thanks for the comment

In the document it is said to use the following dependency to optin to the edge channel. It seems it is not a valid version.

"nuxt": "npm:nuxt3@latest"

Is the documentation correct with the last versions ?

@danielroe
Copy link
Member

Yes, that is correct.

@hlassiege
Copy link
Author

I tried with the rc9 version that is out since this week end.

The bug is still there.

@danielroe danielroe added the 3.x label Jan 19, 2023
@danielroe danielroe transferred this issue from nuxt/framework Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants