John Alexander Toro Cortés

Results 2 comments of John Alexander Toro Cortés

I've the same issue, any solution? ```js (!) /node_modules/@sidebase/nuxt-auth/dist/runtime/middleware/auth.mjs is dynamically imported by virtual:nuxt:/.nuxt/middleware.mjs but also statically imported by /node_modules/@sidebase/nuxt-auth/dist/runtime/plugin.mjs, dynamic import will not move module into another chunk. ```

To work I'm change this code in the build Path: `/node_modules/@sidebase/nuxt-auth/dist/runtime/server/services/authjs/nuxtAuthHandler.js` Method: `createRequestForAuthjs` ```ts let body; try { body = isMethod(event, ["PATCH", "POST", "PUT", "DELETE"]) ? await readBody(event) : void...