Files
phaseflow/src/app
Petru Paler a184909957
All checks were successful
Deploy / deploy (push) Successful in 2m28s
Fix PocketBase query error by sorting by date instead of created
The sort=-created parameter was causing PocketBase to return a 400 error
when querying dailyLogs. This is likely a compatibility issue with how
PocketBase handles the auto-generated 'created' field in certain query
combinations. Changing to sort by -date resolves the issue and makes
more semantic sense for dailyLogs which have one record per day.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 21:55:41 +00:00
..