joschan21 / nextjs-realtime-chat

A performant and reliable realtime-chat-app built with NextJS 13
906 stars 158 forks source link

error in db.ts file #9

Open jai570 opened 1 year ago

jai570 commented 1 year ago

Cannot find module '@upstash/redis' or its corresponding type declarations.ts

NetFlareSuperAdmin commented 1 year ago

Seeing the same issue... Hoping for a fix.

snow-t-m-yang commented 1 year ago

Me too.

rohit4242 commented 1 year ago

update your code with this

import { Redis } from '@upstash/redis'

export const db = new Redis({ url: process.env.UPSTASH_REDIS_REST_URL!, token: process.env.UPSTASH_REDIS_REST_TOKEN!, })