Summary
Backend API continues experiencing OAuth token expiration and agent configuration issues. Most errors are expected user validation errors with clear CLI messaging. No critical CLI bugs identified.
| Metric |
Value |
| Time range |
last 24 hours |
| Total errors |
205 |
| CLI bugs |
0 |
| Backend issues |
7 |
| User errors (working as designed) |
18 |
| Unique users affected |
59 |
| Internal user occurrences |
22 |
Errors requiring action
No CLI bugs requiring immediate action. All errors are either backend issues or working as designed user validation errors.
Backend issues (not CLI fixes)
| Error |
Occurrences |
Users |
Command |
PostHog |
| OAuth expired_token error |
55 |
20 |
deploy |
View |
| Agent configs sync failure |
23 |
? |
deploy |
View |
| Entity schema deletion error |
8 |
? |
deploy |
View |
| Site deploy endpoint unavailable |
6 |
? |
site deploy |
View |
| Function logs API error |
3 |
1 |
logs |
View |
| Entity sync endpoint unavailable |
2 |
1 |
entities push |
View |
| Site deploy timeout |
2 |
1 |
site deploy |
View |
These are backend/server issues that need backend team attention, not CLI fixes.
User errors (working as designed)
| Error |
Occurrences |
Users |
Command |
PostHog |
| --project-id required in non-interactive mode |
46 |
14 |
eject |
View |
| No Base44 project found |
36 |
18 |
various |
Multiple |
| Authentication timed out |
17 |
17 |
functions list |
View |
| Invalid function configurations |
14 |
8 |
various |
Multiple |
| Deno is required to run scripts |
13 |
5 |
exec |
View |
| --yes required in non-interactive mode |
8 |
? |
deploy/site deploy |
Multiple |
| Various input validation errors |
16 |
12 |
various |
Multiple |
| App not configured |
5 |
5 |
functions deploy |
View |
| Project already exists |
1 |
1 |
eject |
View |
| Build failure (Tailwind config) |
1 |
1 |
eject |
View |
All user errors have clear validation messages and expected CLI behavior. The high volume of --project-id and config errors suggests users need better documentation.
Recurring errors
Based on previous error reports, these patterns continue to appear:
| Error |
Days recurring |
Existing issue |
Tracked? |
| OAuth expired_token |
4+ days |
None identified |
No |
| CONFIG_NOT_FOUND |
4+ days |
Multiple reports |
Yes |
| Invalid input validation |
4+ days |
Multiple reports |
Yes |
The OAuth token expiration issue is the most significant recurring backend problem affecting 20 unique users.
Action items
Backend team priorities:
-
[high] Investigate OAuth token expiration affecting 55 occurrences across 20 users. Error occurs during authentication check in Base44Command middleware.
-
[medium] Fix agent configuration sync API returning 400 Bad Request for non-existent function references (23 occurrences).
-
[medium] Address function logs API returning 500 Internal Server Error with Python 'NoneType' error (3 occurrences).
-
[low] Review endpoint availability checks for Backend Platform apps - multiple 428 Precondition Required errors for sites and entities.
No CLI code changes required. All validation errors are working as designed with appropriate error messages and hints.
Summary
Backend API continues experiencing OAuth token expiration and agent configuration issues. Most errors are expected user validation errors with clear CLI messaging. No critical CLI bugs identified.
Errors requiring action
No CLI bugs requiring immediate action. All errors are either backend issues or working as designed user validation errors.
Backend issues (not CLI fixes)
These are backend/server issues that need backend team attention, not CLI fixes.
User errors (working as designed)
All user errors have clear validation messages and expected CLI behavior. The high volume of --project-id and config errors suggests users need better documentation.
Recurring errors
Based on previous error reports, these patterns continue to appear:
The OAuth token expiration issue is the most significant recurring backend problem affecting 20 unique users.
Action items
Backend team priorities:
[high] Investigate OAuth token expiration affecting 55 occurrences across 20 users. Error occurs during authentication check in Base44Command middleware.
[medium] Fix agent configuration sync API returning 400 Bad Request for non-existent function references (23 occurrences).
[medium] Address function logs API returning 500 Internal Server Error with Python 'NoneType' error (3 occurrences).
[low] Review endpoint availability checks for Backend Platform apps - multiple 428 Precondition Required errors for sites and entities.
No CLI code changes required. All validation errors are working as designed with appropriate error messages and hints.