Suddenly out of nowhere I get a 500 error when trying to see the detail of my jobs in django admin panel. The error is:
TypeError
/django-rq/queues/{queue_index}/{job_id}/
EnumType.__call__() missing 1 required positional argument: 'value'
my package versions are as follows:
Python==3.12.5
Django==4.2.16
django-rq==2.10.3
rq==1.16.2
rq-scheduler==0.13.1