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

Memberships

AI AUTOMATION INSIDERS

2.5k members โ€ข Free

Agency Club

2.6k members โ€ข Free

Agency Growth

3.9k members โ€ข Free

AI Automation Society

208.5k members โ€ข Free

Wifi Life

3.1k members โ€ข Free

Adonis Gang

185.7k members โ€ข Free

Socializers

21k members โ€ข Free

SaaS Elite Academy

70 members โ€ข Free

Software Developer Academy

26.6k members โ€ข Free

5 contributions to University of Code
My humble suggestion for Youtube tutorials.
First of all I should just mention that I love Sonny's content so much that I just wanted to contribute to the growth of his channel by this post. So my suggestion is that we all see these recent n8n workflows where they integrate different AI agents for different purposes such as reaching out to clients, researching them, cold dmning. closing deals and stuff like that. I wonder if it is possible to build the same thing with custom code in Nextjs? not just plain workflow but turning them into SaaS products as most people have no technical skills to build them themselves. if the above mentioned idea is possible, then I would love to see Sonny making tutorials teaching us to do exactly this thing as these are the real problems and can easily be monetized. Thank you all
Clerk currentuser() not working in NextJs server actions
here I got this function export async function getYoutubeTranscript(videoId: string) { const user = await currentUser(); if (!user?.id) { console.log("โŒ Error: User not found"); throw new Error("User not found"); } const existingTranscript = await convex.query( api.transcript.getTranscriptByVideoId, { videoId, userId: user.id } ); if (existingTranscript) { return { cache: "This video has already been transcribed - Accessing cached transcript instead of using a token", transcript: existingTranscript.transcript, }; } try { const transcript = await fetchTranscript(videoId); await convex.mutation(api.transcript.storeTranscript, { videoId, userId: user.id, transcript, }); await client.track({ event: featureFlagEvents[FeatureFlag.TRANSCRIPTION].event, company: { id: user.id, }, user: { id: user.id, }, }); return { transcript, cache: "This video was transcribed using a token, the transcript is now saved in the database", }; } catch (error) { return { transcript: [], cache: "Error fetching transcript, please try again later", }; } } to fetch the transcript. For some reason currentUser does not work in server actions and it just returns null in the console when I check it. That blocks the entire function to be invoked. Have you guys encountered a similar error?
Image generation
Is OpenAi's dalle free to use as we used it in that challenge? If not need alternative suggestions please!
1 like โ€ข Mar 9
Hey Mahesh, I found this https://www.reddit.com/r/StableDiffusion/comments/1cx7wuw/is_there_any_text_to_image_api_for_free/ you can check it out. By the way I am facing an error with my AI agent when trying to call the tool Tool Invocation Missing Result Error I have an execute function as per the documentation but I am still face the same error
Getting not authrozied 401 error.
Hi, everyone hope you are all doing well. I am getting this weird error in my AI agent SaaS project when it is trying to call the tools to use.https://github.com/vusal5555/ai-agent-saas her is my GitHub repo. Would appreciate your help guys. Edit: It works initially but then when I send another message it throws this error. Edit 2: Apparently it has nothing to do with tools. It works when I make my first call to the API but on the second call it just throws a 404 error Edit 3: Fixed the error now I am running into a new error saying Tool Invocation Missing Result Error. I looked into the docs and it says you need to have an execute function which I already got.
Can't import products from Stripe
Hi everyone. I have been following the tutorial and stuck at the Schematic part. I have my account connected to Stripe but for some reason it shows 0 products imported. I tried refreshing the page multiple times but still seeing 0 products on the dashboard
0 likes โ€ข Mar 2
@Umar Farooq Shaik Thank you so much, just fixed it.
0 likes โ€ข Mar 2
@Christopher Ramirez Thank you
1-5 of 5
Vusal Novruzov
2
13points to level up
@vusal-novruzov-5158
Hi, I am Vusal and I am a web developer. I am planning to start my own online business by developing web apps to provide value for people.

Active 3d ago
Joined Feb 23, 2025
Powered by