NicoDevs
Issue: Nuxt Bridge fails to run or build, error with unenv mock proxy
When trying to run a Nuxt 2 application with nuxt-bridge on, I get the following error:
So it can't find the
proxy.mjs
but is looking in dist/runtime/runtime/mock/proxy.mjs
when in fact the file is in dist/runtime/mock/proxy.mjs
Minimal repro here: https://github.com/nicodevs/bridging
Any ideaon how to solve it?5 replies