Elliott-Chong / chatpdf-yt

https://chatpdf-elliott.vercel.app
712 stars 298 forks source link

Subscription.ts error #1

Open MrFadiAi opened 1 year ago

MrFadiAi commented 1 year ago

I was following your video step by step and i made it until the end but .. i got this error

src\lib\subscription.ts (13:29) @ async checkSubscription

11 | } 12 |

13 | const _userSubscriptions = await db | ^ 14 | .select() 15 | .from(userSubscriptions) 16 | .where(eq(userSubscriptions.userId, userId));

Elliott-Chong commented 1 year ago

Hi could you give me more information on the error? Thank you

MrFadiAi commented 1 year ago

I solve it ! Thank you. I forget to push it on dirzzel using npx drizzle-kit push:pg

markerson7 commented 1 year ago

Which document coding did you use to start up the project, before going into Visual Studio?

CodeOfMugiwara commented 1 year ago

@MrArabAi Hey I am too following the tutorial step by step but I'm stuck with an error it is... Error upserting chunk [PineconeError: PineconeClient: Error calling upsert: PineconeError: The requested feature 'Namespaces' is not supported by the current index type 'Starter'.]

How to solve this error. I am using the free tier of the pinecone DB is there any option without upgrading the pinecone plan