joschan21 / bookbuddy

A Helpful Customer Support Chatbot using GPT-4
265 stars 69 forks source link

Error 404 Page not found #4

Open Shivangi2430 opened 8 months ago

Shivangi2430 commented 8 months ago

Hey, firstly I'm getting error in my ChatInput file. It is saying that -

Property 'isLoading' does not exist on type 'UseMutationResult<ReadableStream | null, Error, { id: string; text: string; isUserMessage: boolean; }, void>'.ts(2339)

even I tried copying the same code from the repo but it is still the same.

Secondly I'm getting the error 404 page not found every time, Even I tried fixing the isLoading error and I fixed it but still getting the same error 404. There is no other error in my any of the files just this. Please help! The code I used in ChatInput is same as it is in the repo!

1-alexkarter commented 8 months ago

you need to use isPending instead of isLoading

Shivangi2430 commented 8 months ago

you need to use isPending instead of isLoading

Yes I have already done this. But even if all the errors are gone it is still saying error 404 page not found. Even I matched all the files and everything is correct. I have used my own secret key and all. There is no error but still I'm not able to run the site!