agenda / agendash

Agenda Dashboard
MIT License
783 stars 218 forks source link

Fixes ObjectId constructor usage on agendash controller #226

Closed nicolaselopez closed 1 year ago

nicolaselopez commented 1 year ago

Context: I was experiencing issues when trying to Requeue and Delete jobs using Agendash receiving a 404 error. image

Issue: Adding some logs on the agendash controller found that ObjectId was being used in a wrong way: image

Fix: Added new to each ObjectId call on the agendash controller image

koresar commented 1 year ago

Thank you very very much! Published as v4 https://github.com/agenda/agendash/releases/tag/v4.0.0