Jonas
Explore posts from serversERROR Pre-transform error: [unimport] failed to find "useUserSession" imported from "#imports"
Use auto-importing (do not import it manually) or import it from somewhere else. Don't import from
#imports
. It could also be, that you imported it in the backend and not in the frontend (nitro and not nuxt).4 replies
How do I specify redis kv storage for production?
Seems to be an issue with ioredis and upstash. I used upstash with "redis" and a connection url in the past which worked fine. I might have to use it with the parameters host, port etc. instead.
103 replies