Skip to content

Fixed Client.ts - #134

Merged
Smartdevs17 merged 3 commits into
Smartdevs17:mainfrom
Fale1278:main
Mar 27, 2026
Merged

Fixed Client.ts#134
Smartdevs17 merged 3 commits into
Smartdevs17:mainfrom
Fale1278:main

Conversation

@Fale1278

@Fale1278 Fale1278 commented Mar 25, 2026

Copy link
Copy Markdown
Contributor

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.

@vercel

vercel Bot commented Mar 25, 2026

Copy link
Copy Markdown

@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.

@drips-wave

drips-wave Bot commented Mar 25, 2026

Copy link
Copy Markdown

@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! 🚀

Learn more about application limits

@Fale1278

Copy link
Copy Markdown
Contributor Author

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.

@Smartdevs17
Smartdevs17 merged commit 47dfb75 into Smartdevs17:main Mar 27, 2026
4 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Frontend: Improve API error handling

2 participants