The workflow fetching the customer's active order was selecting an old record instead of the latest one.
One query fix:
β Sort by newest.
β Limit to one record.
Everything started working.
#BuildInPublic#AI#SoftwareEngineering#Debugging
Spent hours debugging what looked like a payment integration issue.
Checked webhooks.
Verified callbacks.
Traced the entire payment flow.
The payment system wasn't the problem.
#BuildInPublic#AI#SoftwareEngineering#Debugging
One wrong assumption caused dozens of misleading errors.
Sometimes the fastest fix is understanding the framework version you're actually using.
#Nuxt#BuildInPublic#WebDevelopment
Spent hours debugging Cannot find module, broken auto-imports, and TypeScript errors.
The problem wasn't my code.
I was using a Nuxt 3 directory structure in a Nuxt 4 project.
#Nuxt#BuildInPublic#WebDevelopment
@malakhovdm There's a different kind of learning that only happens when something breaks in the real world. Those lessons stick far longer than anything you can get from theory alone.
That's why I build in public.
Not because I've figured it all out, but because if I learn something that can save someone else months of confusion, I'll share it.
I'm still applying.
Still learning.
Still building.
This week, I keep going.
#BuildInPublic#SoftwareEngineering
Breaking into tech can feel like everyone got a manual except you.
You apply.
No callbacks.
You build.
No recognition.
#BuildInPublic#SoftwareEngineering#AI
@webmorphix Exactly! You think you've covered every possible scenario, then a user comes along and interacts with it in a way you never imagined. That's why real user feedback is invaluableβit exposes assumptions you didn't even know you were making.
This week's biggest improvement wasn't making the AI smarter.
It was redesigning how multiple products are presented after real user feedback.
Sometimes better UX creates a better AI experience.
Back to building.
#BuildInPublic#AI#SaaS
My AI commerce agent can now:
β’ Answer business questions
β’ Recommend products
β’ Display product images
β’ Receive orders
β’ Guide customers through payment
β’ Help customers track their orders
#BuildInPublic#AI#SaaS
Small businesses don't lose customers because they have bad products.
They lose customers because they can't keep up with conversations.
That's the problem I'm building for.
#BuildInPublic#AI#SaaS
Users don't care how clever your backend is.
They care about how easy it is to get something done.
Some of my biggest improvements recently weren't new featuresβthey were reducing friction.
Build less.
Improve more.
#BuildInPublic#AI#WebDevelopment