Fixed Client.ts - #134
Conversation
|
@Fale1278 is attempting to deploy a commit to the smartdevs17's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Fale1278 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
When running the development server, Turbopack crashes with a CPU instruction error indicating that BMI2 instructions are not supported on the current machine. This prevents stable local development and causes repeated cache resets and slow rebuilds. When running next dev, Turbopack crashes because the CPU doesn’t support BMI2 instructions. This prevents normal local development and repeatedly deletes the filesystem cache, making builds slow and unstable. |
Closes #33
Improved API client error handling by introducing user-friendly error messages, structured error parsing, automatic retry logic with exponential backoff, and enhanced debugging logs. This replaces generic API failures with clear feedback for users while improving request reliability and developer visibility into errors.