-
Notifications
You must be signed in to change notification settings - Fork 278
Description
Description of the problem
I created a "Private Contest" with only jury users to use for importing problems. After importing a problem, I go to change the time limit from the "Edit Problem" page. When I select "Save" I get the following error:
"500 Internal Server Error
Sorry, an error has occurred: Internal Server Error.
Please contact a staff member for assistance.
EventLogService::initializeStaticEvents no response data for endpoint 'contests'."
When I look at the problem page it looks like the time limit was changed to the new value.
Your environment
DOMjudge 9.0.0
Fedora 42
nginx 1.28.0
Steps to reproduce
- Import a problem into the contest.
- Go to the Problems page as an administrator.
- Edit the problem time limit.
- Save the revised problem.
Expected behaviour
Time limit changes and problems page appears.
Actual behaviour
"500 Internal Server Error
Sorry, an error has occurred: Internal Server Error.
Please contact a staff member for assistance.
EventLogService::initializeStaticEvents no response data for endpoint 'contests'."