Tag: 트러블슈팅
All the articles with the tag "트러블슈팅".
-
The Day Claude Code Suddenly Stopped Working — the 529 Overloaded Error and the Existence of status.claude.com
I turned on Claude Code in the morning as usual, but agent calls kept failing with a 'server overloaded' error. A short troubleshooting log tracking down the cause through API Docs, a developer group chat, and status.claude.com — turned out to be a temporary overload on Anthropic's server side.
-
STM32CubeIDE 2.0 Separates CubeMX Again — Why the .ioc File Doesn't Get Created
I fired up STM32CubeIDE again for an autonomous driving side project, and even after picking a board like I used to, no .ioc file was generated. It turns out that starting from 2.0.0, CubeIDE and CubeMX were split back into separate tools.
-
Two Traps I Hit While Adding Kakao and Google Login to Supabase
id_token audience validation failures and missing redirect URIs. Both are traps that rarely show up in the official docs, so I'm recording how I ran into them and solved them myself.
-
Why Vercel Kept Showing Old Posts — The Empty Content Collection Trap
I traced down a phenomenon where the previous posts kept showing up in the Vercel deployment even after I deleted all sample posts and pushed.