You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two critical fixes:
1. Payments casting error - Changed double to decimal in /api/payments endpoint
- Backend was returning amount as double
- Client expected decimal
- Caused 'Specified cast is not valid' error
2. Jobs not showing - Changed default company from 'company-B' to 'default'
- App was auto-creating 'company-B' profile
- Seeded data is in 'default' company
- Jobs/payments were hidden due to company mismatch
Now both Jobs (167) and Payments (200) will display correctly
0 commit comments