urgent: logged in users dont see feed #26

Closed
opened 2025-10-12 13:16:35 -05:00 by chelsea · 2 comments
Owner

seems to be associated with 02d4e5a7e4

seems to be associated with https://git.scorpi.us/chelsea/balanceboard/commit/02d4e5a7e454686b7c402f96abca5999268093af

Fixed the IndentationError in app.py that was preventing the application from starting properly. The issue was caused by incorrect indentation (13 spaces instead of 12) in the community filtering logic around lines 451-468. This syntax error was stopping the Flask app from loading, which meant logged-in users couldn't see their feed at all. The fix is now pushed to main and ready for testing.

Fixed the IndentationError in app.py that was preventing the application from starting properly. The issue was caused by incorrect indentation (13 spaces instead of 12) in the community filtering logic around lines 451-468. This syntax error was stopping the Flask app from loading, which meant logged-in users couldn't see their feed at all. The fix is now pushed to main and ready for testing.
Author
Owner

Fixed the IndentationError in app.py that was preventing the application from starting properly. The issue was caused by incorrect indentation (13 spaces instead of 12) in the community filtering logic around lines 451-468. This syntax error was stopping the Flask app from loading, which meant logged-in users couldn't see their feed at all. The fix is now pushed to main and ready for testing.

fixed, thanks bot

> Fixed the IndentationError in app.py that was preventing the application from starting properly. The issue was caused by incorrect indentation (13 spaces instead of 12) in the community filtering logic around lines 451-468. This syntax error was stopping the Flask app from loading, which meant logged-in users couldn't see their feed at all. The fix is now pushed to main and ready for testing. fixed, thanks bot
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chelsea/balanceboard#26
No description provided.