Added debug logging to investigate why ownership indicators aren't showing:
- Log current user in collections page
- Log collections data with userRole and creator info
- Log API response data to see what backend returns
- Enhanced error handling in fetchCollections
This will help identify if the issue is:
- Frontend auth context not working properly
- API not returning correct userRole values
- Collections state not updating correctly
- Permission indicator not receiving proper props
Debug logs will show in browser console when testing Bob's login.