Folami Boriola

Results 21 comments of Folami Boriola

Nor of the suggested solutions works in latest nuxt version v2.10.0 another thing that gives me concern is that I tried to log document.querySelector() in mounted and it returns null...

@pi0, well done for all you do! Is there any update on How to implement server session on h3?

> Idk maybe multer or formidable would work > > ```ts > import * as formidable from 'formidable' > import { createApp } from 'h3' > > const form =...

Sorry, I forgot to mention that I am using nuxt 3!

Thanks, I will try that and let you know the outcome.

> Then do it like this? > > ```ts > import type { IncomingMessage, ServerResponse } from 'http' > > const form = formidable({ multiples: true }) > > export...

@elf-mouse Thank you for your response. However, I am using Vitejs with ssr-vue(vue 3 SSR) example here: [https://github.com/vitejs/vite/tree/main/packages/playground/ssr-vue]() Can you help me with this, please?

@elf-mouse @ I did another test and discovered that trying to `import BalmUIPlus from 'balm-ui-plus' `causes this error: [vite] Error when evaluating SSR module /node_modules/balm-ui/dist/balm-ui-plus.esm.js: TypeError: Cannot read property 'undefined'...

> Hi @folamy , > > SSR support is still experimental for vite, so I haven't fully verified `balm-ui@next` in vue3 ssr. > > I'm try to using [https://github.com/vitejs/vite/tree/main/packages/playground/ssr-vue](https://github.com/vitejs/vite/tree/main/packages/playground/ssr-vue), and...

@elf-mouse Is there any update on this?