User
Write something
Success Coaching Call is happening in 13 hours
Pinned
Merry Christmas PAPAFAM!!! 🎅🏽🎄🔥
Happy Holidays to you all! Enjoy the festivities and time with family & I’ll see you all soon to crush the new year!!! Let me know what you’re up to for Christmas!👇🏽 - Love Sonny & Kenji 🤍
6
8
New comment 8h ago
Merry Christmas PAPAFAM!!! 🎅🏽🎄🔥
Pinned
Upcoming Holiday Season Announcement
Hey PAPAFAM! 👋 The holiday season is just around the corner, and we wanted to keep you in the loop! 🎄✨ To give our team a chance to recharge and prepare for an intense 2025, all Coaching Calls will be on hold during the holiday season. We've updated the upcoming Coaching Call dates in all calendars, so be sure to check those. In the meantime, if you haven’t already, this is the perfect opportunity to dive into the Coaching Call recordings available in Zero to Full Stack Hero and catch up on anything you might have missed! We’re also excited to share that we’ll still be releasing new YouTube videos this month, which includes the long-awaited Japan Vlog that you don't wanna miss! 🤯 Wishing you all a joyful holiday season with your loved ones. We can’t wait to kick off 2025 strong with the PAPAFAM. Peace! ❤️
11
8
New comment 13d ago
Upcoming Holiday Season Announcement
Pinned
Welcome to the University of Code! 🎉
Please read this post to get the best out of the community! First and foremost, thank you for becoming a part of our amazing community and placing your trust in us. We’re here to help you learn, grow, and succeed to new heights! 🚀 In University of Code, you’ll get: ✅ Free Access to Previous Mentorship Call Recordings! ✅ Exclusive Lessons & Content ✅ Badass Developer Community for Support ✅ Live Debugging and Problem-solving ✅ Content Drops ✅ Live Coaching Calls (hosted by Myself and our Coaches) ✅ Developer Mentorship (from Myself & other Developers) ✅ GitHub Repo Access with over 50+ Builds ✅ Free Portfolio + Resume Starter Pack ✅ 4 eBooks worth over £130 GBP ✅ Over 100 JavaScript Coding Challenges & Solutions + Much more! 👋 To start, introduce yourself in the community by commenting below and telling us: > Where you’re from > Your Interests > Your Developer Goals for 2024 > Why did you choose to join this community > How did you find out about us > Anything else you’d like to share! 🗂️ If you want access to All the Courses and Mentorship calls by Sonny, then check out the Classroom section: https://www.skool.com/universityofcode/classroom ⬆️ You can rank up your leaderboard score by positively contributing to the community by liking, commenting, and posting in the University of Code. Reach certain levels to unlock the following content: > Instant Access - Previous Mentorship Calls & React Basics 101 Course > Level 2 - Previous Coaching Calls by the Community > Level 3 - HTML Basics 101 Course & JavaScript Cheatsheet worth £28 GBP > Level 4 - Next.js & JavaScript Handbook both worth £36 GBP > Level 5 - PAPA GitHub Repo Access worth £67 GBP & Tailwind CSS Cheatsheet worth £28 GBP > Level 7 - Previous Diamond Exclusive Mentorship Calls by Sonny + We will be constantly adding more content, so check back often! ❗️ We kindly ask you to familiarise yourself with the general rules and regulations of our community to ensure a positive experience for all members. Thank you for your cooperation, and we hope you have a fantastic time at the University of Code and elevate your coding skills to insane levels!
102
94
New comment 19d ago
Welcome to the University of Code! 🎉
query error
I am currently trying to do Sonny old live streams(Let’s build an AI Help Bot with NEXT.JS 14! (Neon PostgreSQL, Clerk, AI Agent, OpenAI, IBM)) and i have gotten stuck with an issue, I keep getting this error: Error: Server response was missing for query 'CreateChatbot'. this is my code:
5
6
New comment 6m ago
query error
Quick Fix for "ApololioError" in Intercom Clone Chatbot Tutorial: Creating Chatbot
First off, a huge shoutout to Sonny for the Intercom Clone tutorial — it's incredibly insightful and instrumental! Following the tutorial while implementating, I encountered the same snag at the 1:48:35; the "ApololioError." Despite closely following the tutorial steps, this error was persistent. After some digging, I realized the cause was a missing piece in the GraphQL mutation setup: the created_at parameter. Here’s a quick fix for those who might be facing the same issue: 1. Update Your GraphQL Mutation: Ensure your mutation includes the created_at field to track when each chatbot is created. Amend your GraphQL mutation in //graphql/mutations/mutations.ts like so: import { gql } from "@apollo/client"; export const CREATE_CHATBOT = gql` mutation CreateChatbot($clerk_user_id: String!, $name: String!, $created_at: DateTime!) { insertChatbots(clerk_user_id: $clerk_user_id, name: $name, created_at: $created_at) { id name } } `; 2. Correctly Pass the Date in Your Frontend: In your React component where the mutation is called (e.g., //app/(admin)/create-chatbot/page.tsx), ensure you pass the current date and time as follows: const [createChatbot, { data, loading, error }] = useMutation( CREATE_CHATBOT, { variables: { clerk_user_id: user?.id, name: name, created_at: new Date().toISOString(), // Dynamically set current date and time }, } ); With these tweaks, the "ApololioError" was resolved for me. I hope this solution helps anyone stuck at the same spot—happy coding!😎
1
4
New comment 9m ago
1-30 of 1,913
University of Code
skool.com/universityofcode
You'll get Exclusive Lessons & Content, Badass Community Support & More here to elevate as a Dev!
Leaderboard (30-day)
powered by