! ULPMER
! ULPMER
NNuxt
Created by ! ULPMER on 8/11/2024 in #❓・help
ERROR Could not load virtual:#internal/nitro/virtual/public-assets-data [..] URI malformed
So I think I found out what the problem really is. In the publicAssets() function i added a console.log(id); and found out that after one asset, which is being loaded I get some Deprecation Warnings: (node:11232) [DEP0166] DeprecationWarning: Use of deprecated double slash resolving ".//index.json" for module request ".//index.json" matched to "./*" in the "exports" field module resolution of the package at C:\Users\matth\WYI_FINAL_2\wyi\node_modules@unocss\preset-wind\package.json imported from C:\Users\matth\WYI_FINAL_2\wyi\node_modules\nitropack\node_modules_index.js. (There are many more, always caused by this @unocss\preset-wind\ package) And my guess would be that this leads to a timing problem and then the ERROR Could not load virtual:#internal/nitro/virtual/public-assets-data [..] URI malformed However with the console.log it lokks like its working...
2 replies