Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
What is this?
Less
More

Memberships

University of Code

5.3k members • Free

5 contributions to University of Code
Guys! Need help in Schematic Plan
Hi there all! Facing the below error in redlines on changing plan from manage-plan. And I tried below steps. Created new Stripe Account. Created new Schematic Account in Testmode. Made the integration from scratch. Still facing the same error. Is this something issue with Schematic or any should I need to do any additional checks.
1
0
Guys! Need help in Schematic Plan
Guys I need help
In "manage plan" when i try to "change my plan" this error appears (red letters in the image). Can anybody help me please?
Guys I need help
0 likes • Nov 4
Hi @Gaurav Wankhede and @everyone, I am also facing the same issue. And tried as you suggested. Created new Stripe Account. Created new Schematic Account in Testmode. Made the integration. Still facing the same error. Is this something issue with Schematic or any should I need to do any additional checks.
Need help !!. Stuck very badly at Open AI API integration in Day 4 of youtube saas AI agent.
Hi, I am stuck very badly at Open AI API integration in Day 4 of youtube saas AI agent video. Can anyone help me out please. My files are as below. Any mistakes I have done. ? AiAgentChat.tsx 'use client' import React from 'react' import { useChat } from '@ai-sdk/react' import { Button } from '../../components/ui/button'; function AiAgentChat({ videoId }: { videoId: string }) { const { messages, input, handleInputChange, handleSubmit } = useChat({ maxSteps: 5, body: { videoId, } }) return ( <div className='flex flex-col h-full'> <div className='hidden lg:block px-4 pb-3 border-b border-gray-100'> <h2 className='text-lg font-semibold text-gray-800'>AI Agent</h2> </div> {/* Messages */} <div className='flex-1 overflow-y-auto px-4 py-4'> <div className='space-y-6'> {messages.length === 0 && ( <div className='flex items-center justify-center h-full min-h-[200px]'> <div className='text-center text-gray-500 space-y-2'> <h3 className='text-lg font-medium text-gray-700'>Welcome to AI Agent Chat</h3> <p className='text-sm'>Ask me anything about the video!</p> </div> </div> )} {messages.map((message) => ( <div key={message.id} > <p>{message.content}</p> </div> ))} </div> </div> {/* Input */} <div className='border-t border-gray-100 p-4 bg-white' > <div className='space-y-3'> <form onSubmit={handleSubmit} className='flex gap-2'> <input className='flex-1 px-4 py-2 text-sm border border-gray-200 rounded-full focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent' type='text' placeholder='Enter a question ...' onChange={handleInputChange} value={input} /> <Button type='submit' className='px-4 py-2 bg-blue-500 text-white text-sm rounded-full hover:bg-blue-600 transition-colors disabled:opacity-50 disabled:cursor-not-allowed'> Send</Button> </form> </div> </div> </div> ) } export default AiAgentChat route.ts import { createOpenAI } from "@ai-sdk/openai"; import { streamText } from "ai" const openai = createOpenAI({ apiKey: process.env.OPENAI_API_KEY
0 likes • Apr 29
Thanks both 🤞
0 likes • Apr 29
Didn't work brother.
Schematic plan change incomplete
I have a question on update subscription plan step. Every time I select the plan to update and click the pay now button, the plan doesn't gets updated and I see the same existing plan being reloaded on the manage-plans page. And in schematic I see payment incomplete flag (PFA). Did I missed enabling any settings
0
0
Schematic plan change incomplete
My Portfolio website🥳
https://inquisitive-cajeta-de861e.netlify.app/
1-5 of 5
Syed Zubair
2
12points to level up
@syed-zubair-3708
Software Engineer

Active 29d ago
Joined Feb 23, 2025
Powered by