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
Thanks for giving it a shot; I will try to take a stab at this soon too and open a PR.
I think my root cause is that I am running nuxt via a proxy, so the typical localhost/__nuxt-i18n-micro url is not available, but it does load at my-proxy-server/baseURL/__nuxt-i18n-micro. It definitely looks like an edge case, so I really do appreciate the time spent investigating it today
Describe the bug
When opening the tab on an app that uses a baseURL, the devtools
<iframe>
loads the incorrect URLThe
DEVTOOLS_UI_ROUTE
is set to'/__nuxt-i18n-micro'
but should support'/prefix/__nuxt-i18n-micro'
when a baseURL is definedTo reproduce
Set up your nuxt config with
You will see the
<iframe src>
is lacking the baseURL. This is most noticeable when your app is served via a proxyAdditional context
I have seen other libraries join
nuxt.options.app.baseURL
to fixI will try to submit a PR with a fix but wanted to open this issue first
The text was updated successfully, but these errors were encountered: