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
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
Trevor's checked the logs and it's failing like this:
022-07-18 12:17:42.507 ERROR 16 --- [io-8080-exec-18] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.IllegalArgumentException: enforcedEndOfOssSupportDate should be after nextGenReleaseDate] with root cause
It looks like the problem is ossSupportEnforcedEndDate: 2022-11-17 combined with ossSupportEnforcedEndDate: 2022-11-17. Could this be caught on the client side?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looking in the web inspector, the following content is being POSTed:
Trevor's checked the logs and it's failing like this:
It looks like the problem is
ossSupportEnforcedEndDate: 2022-11-17
combined withossSupportEnforcedEndDate: 2022-11-17
. Could this be caught on the client side?The text was updated successfully, but these errors were encountered: