-
Notifications
You must be signed in to change notification settings - Fork 163
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
Is it possible to change the iframe url? #237
Comments
Do you have |
yes i have set this in nuxt.config.ts
|
What about the error? Do you already know when you can fix it? |
Looks like it would need to prepend the baseUrl from nuxt if set on the main project. By default it will be set to Code:
|
We are currently using a proxy in our project, https://example.com is running another project and https://example.com/next is running the current project with nuxt 3.
By default the iframe calls https://example.com/__nuxt_devtools__/client/ which redirects to the other project.
Is it possible to change the url to https://example.com/next/__nuxt_devtools__/client/ without changing our proxy?
The text was updated successfully, but these errors were encountered: