-
-
Notifications
You must be signed in to change notification settings - Fork 632
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
ReferenceError: url is not defined #1851
Comments
I don't have any problem in the reproduction @Barbapapazes |
ah |
Ok, I know why ! Wait a little and navigate through pages. The error will appear in the console. |
I have the same issue that appeared in my generate logs, it comes from this line: content/src/runtime/composables/head.ts Line 91 in 9923502
|
I think this is a regression introduced in #1769, there is a ts-ignore which prevents TS from warning, but It is defined there: content/src/runtime/composables/head.ts Line 47 in 9923502
but that's a different block scope. |
This should be fixed in edge channel, we will release a hotfix today |
I can confirm the edge channel works with the latest fix. |
Environment
Nuxi 3.1.0 08:40:31
08:40:32
RootDir: C:/Users/esoubiran/dev/barbapapazes/le-classement.fr 08:40:32
Nuxt project info: 08:40:32
Windows_NT
v18.12.1
3.1.0
2.1.0
[email protected]
vite
extends
,modules
,runtimeConfig
,content
,app
,nitro
@vueuse/[email protected]
,@nuxtjs/[email protected]
,@nuxtjs/[email protected]
,@nuxt/[email protected]
,[email protected]
-
Reproduction
https://stackblitz.com/edit/github-sospeq-jtqvnp?file=content/about.md
Describe the bug
URL can't be founded.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: