sidebase / nuxt-session

Nuxt session middleware to get a persistent session per app user, e.g., to store data across multiple requests. The nuxt session module provides the useSession() composable out of the box and sets up API endpoints to interact with your session to make working with sessions feel like a breeze.
https://sidebase.io/nuxt-session/
MIT License
189 stars 19 forks source link

Fix: ERR_UNSUPPORTED_ESM_URL_SCHEME #13

Closed zoey-kaiser closed 1 year ago

zoey-kaiser commented 1 year ago

Closes #12

I created a pull request based on the fix by @blumgart found here: https://github.com/sidebase/nuxt-session/issues/12#issuecomment-1293220857

Checklist:

zoey-kaiser commented 1 year ago

I cloned the repository on a windows machine, I could verify: