Hi Supabase, great to meet you. Could you help me with this error: { "code": 500, "error_code": "unexpected_failure", "msg": "Error sending recovery email", "error_id": "902e3e12b23cf1b3-GRU" } I have already implemented the email triggering service in my project, but apparently when trying to retrieve an authenticated email in my Supabase application, I get this error above.
@goodkick43220 күн бұрын
Great video. Is it possible craping Amazon price and availability. Sent email and Slack messages is something changed. Update Google sheet and Notion. Thank you
@5_min_ai23 күн бұрын
Awesome! Great move to partner with you from Loveable side.
@judejeevanmahendran15 күн бұрын
I am a junior developer, I don't think I will be using lovable for anything other than fun or hobby projects for now, but the process of you making the app made me understand and know some new things. Thanks a lot.
@lazystack13 күн бұрын
what tech stack are you using for your projects?
@khaleelishaheen23 күн бұрын
1:26 when you are so loyal to your company, you misspell "upload" with "supabase" 😅
@Aissaoui_Anouar23 күн бұрын
thank you
@shtivaf22 күн бұрын
And when you get stuck in circle with some error? React dev here and I can see this saving hours but getting out of that loop requires at least some coding knowledge.
@kentalbertozcelik1517 күн бұрын
I've had cancer trying to develop a simple SaaS with lovable. I've been at it for 3 weeks - you spend hours in loops trying to correct simple issues which give way to more issues. And when you fix them, the old ones are back. Cursing at the agent helps, otherwise you lose hours and hours. It forgets what it said 2 prompts ago. The worst: it decides to touch COMPLETELY unrelated code when working on something, which screws things up even worse. Sometimes you realize it way too late. Overall 4/10. The moment someone does a database integration with an ai coding agent Lovable just has nothing of value to add.
@kentalbertozcelik1517 күн бұрын
Oh and decided to do some refactoring once with the agent. Letting it identify and optimize. Result: had to revert everything because it broke everything. I'm impressed how it's not able to do a simple signup/signin flow without major rendering issues.
@LauraCrouse22 күн бұрын
I’m stuck in a never ending error loop with trying to integrate my app with Stripe. Lovable cannot figure it out. Any advice?
@8HcT22 күн бұрын
What do you think is the best AI agent to help devolop? I have used Cursor but in a limited way I think, and now I use o1 and copy paste to Visual Code. This one seems great also, but I feel these kind lack a bit compared to the previous two.
@pedro.zurita16 күн бұрын
lovable sounds like a great service but their site is extremely unstable and heavy or something, constantly freezing up and blank screen
@조바이든-r6r8 күн бұрын
Hes legend really
@atopng21 күн бұрын
Great video!
@rohindufty803521 күн бұрын
Any way to see the code it generated by chance?
@pushkarkathayat789311 күн бұрын
I am struggling with supabase auth in nextjs 15. can you share a working repo?
@jordantekelenburgКүн бұрын
Can you release the code? On github ?
@집남-m6s22 күн бұрын
[ supabase + python ] plz , [ supabase + python ] where is some tutorial ? , [ supabase + python ], i hope to use [ supabase + python ].. SUPABASE FOR PYTHON PLZ . /
@captisia23 күн бұрын
I tried a lot, but I want a very simple signup interface with first name, last name, phone number, and email using Laravel and Supabase. However, I keep getting just email and password fields without the other inputs. Can you help me with that?
@Supabase22 күн бұрын
A prompt of something along this line should do the magic: "Do not use the auth ui component from Supabase, but instead create your own sign in and sign up form."
@captisia22 күн бұрын
@@Supabase the supabase auth component doesn't handl this?