Комментарии:
Making these videos is so much effort but thanks so much for all your nice comments, really makes it worth it <3
ОтветитьWilliams Cynthia Lee Margaret Jones Margaret
ОтветитьThank you for this tutorial Josh. Start to finish tutorials are rare.
ОтветитьWilson Deborah Garcia Richard Lewis Mary
ОтветитьJosh let's buy you some coffee
ОтветитьCan anyone Help me !! The PDF is not rendering??
ОтветитьIm a student. I cant afford any money. Do we have to pay for any subscription for the tech we use in this application
ОтветитьLooks like a css course for me. 80% time wasted for saying out loud all the classes.
ОтветитьYou are really good teacher bro
ОтветитьPincone docs update 😢😢
ОтветитьI cant believe I followed and completed whole project.
ОтветитьDoes this use Open AI Api ? Because it is no longer free and I don't want to pay for anything
ОтветитьMerci pour les travaux
ОтветитьDid anyone make thsu ?
ОтветитьCongrats!!!
ОтветитьIt's a bit odd that FreeCodeCamp put out a nearly identical tutorial just a week or two before this was published....... Looks like you took someone's freely provided content and then tried to monetize it for yourself.
ОтветитьJosh can you please tell me all extensions should be download for this project in the vs code
Ответитьgood vid, thank you josh
ОтветитьPretty cool project!
ОтветитьCan you create an ai website builder just like hostinger and durable? Or if you know any resources from where did i get that?
ОтветитьUdemy Josh
ОтветитьEven though my pdf is small and has single page it shows too many pages in pdf please any one can ans
ОтветитьCan i find something like this built in python? Please guide.
ОтветитьHey Josh, awesome tutorial!! However as of now PlanetScape no longer has a free tier.
Can anyone suggest any alernatives?
I've gotta say, I was excited until the first 2 hours of the video felt like copy pasting classnames. You really have to find a way to avoid that in tutorials. If I could re-design this experience, I'd start with the backend functionality first because its the most exciting part and the main reason why people will pick this up
ОтветитьJust to know, now the Dialog works without useState hook, with this simple code still works
<Dialog>
<DialogTrigger asChild>
<Button>Upload PDF</Button>
</DialogTrigger>
<DialogContent>
example
</DialogContent>
</Dialog>
openAI api is not free right ?
Quota exceeded error is coming what should I do ?
Just wanann super thanks u have no idea how much i learned from this video thank uuuuuuuuu so much
Ответитьjust finished this and everything works smooth as silk. let me know if anyone needs any help! bcoz I had to dig deep and find some solutions myself because of version updates and alternatives
Ответить⨯ TypeError: Promise.withResolvers is not a function
at _webpack_require_
GET /dashboard/clxsupmjy00031ynz610fw46m 500 in 1097ms
I am stuck here please help someone.
const Page = () => {
const searchParams = useSearchParams();
const origin = searchParams.get('origin');
const { data, error, isLoading } = trpc.authCallback.useQuery(undefined, {
retry: true,
retryDelay: 500,
});
useEffect(() => {
if (data?.success) {
// user is synced to db, and sent to origin, origin or dashboard
router.push(origin ? `/${origin}` : '/dashboard');
}
}, [data, router, origin]);
useEffect(() => {
if (error?.data?.code === 'UNAUTHORIZED') {
router.push('/sign-in');
}
}, [error, router]);
auth-callbak giving fecth error
In the Auth callback, if there is no user then why you are pushing '/sign-in' in the router that page doesn't exist right ?
Ответитьjust finished the app
ОтветитьFile is not creating in db after deploying in vercel
ОтветитьFile is not creating in db after deploying in vercel
Ответить