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
We identified these issues from the following warnings about our classes in the api:
{{/home/vcap/app/django-backend/fecfiler/authentication/views.py: Error [authenticate_logout]: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Either way you may want to add a serializer_class (or method). Ignoring view for now. }}
Nov 14, 2024 @ 09:42:48.752 APP INFO /home/vcap/app/django-backend/fecfiler/devops/views.py: Error [SystemStatusViewSet]: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Either way you may want to add a serializer_class (or method). Ignoring view for now.
Nov 14, 2024 @ 09:42:48.746 APP INFO /home/vcap/app/django-backend/fecfiler/authentication/views.py: Error [authenticate_login]: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Either way you may want to add a serializer_class (or method). Ignoring view for now.
Nov 14, 2024 @ 09:42:48.656 APP INFO /home/vcap/app/django-backend/fecfiler/reports/form_3x/serializers.py: Warning [Form3XViewSet > Form3XSerializer]: Encountered 2 components with identical names "Form3X" and different classes and . This will very likely result in an incorrect schema. Try renaming one.
Make changes to class definitions to address warnings.
fecfiler.reports.serializers.Form3XSerializer
toReportForm3XSerializer
it is only used within the Report serializerWe identified these issues from the following warnings about our classes in the api:
QA Notes
Unit tests will pass
DEV Notes
null
Design
null
See full ticket and images here: FECFILE-1787
The text was updated successfully, but these errors were encountered: