agrowaid

Results 1 comments of agrowaid

> I got similar issue I fix it by adding this to my middleware > > ``` > unstable_allowDynamic: [ > "**/node_modules/@react-email*/**/*.mjs*", > ], > ``` Thanks a lot. Worked...