Stephen Jason Wang

Results 82 comments of Stephen Jason Wang

Hello @danielroe I have tried cloning the repo again, yarn install then yarn run dev but still getting the error. Then i tried npm just like in stackblitz just to...

@antlionguard I just tried to remove yarn.lock now and yarn install. Same thing is happening for me. here are the console errors @danielroe I know why the stackblitz is working....

@Luferov yeah, let's wait and hope for a fix.

@danielroe I updated the reproduction to show the errors I forgot to include my env file which makes my ssr variable true so i just changed it here Latest nuxt-bridge...

This is definitely an issue linked with the nitro server This doesn't happen on the legacy server. (setting nitro to false) ``` bridge: { nitro: false, }, ```

@antlionguard is this only applicable for nuxt 3?

@antlionguard Thank you for pointing it out. I am trying it out now. I would suggest however to group all autoImport related to that object. so instead of ``` //...

@antlionguard I'm sorry, i thought it was working