I mean the same complete error from the log.html - if you take a close look, youll find differences in the calling code. The one from before was:
at org.openlca.cloud.util.WebRequests.call(WebRequests.java:51)
at org.openlca.cloud.api.LibraryCheckInvocation.execute(LibraryCheckInvocation.java:46)
at org.openlca.cloud.api.RepositoryClient.lambda$performLibraryCheck$5(RepositoryClient.java:160)
at org.openlca.cloud.api.RepositoryClient.executeLoggedIn(RepositoryClient.java:376)
at org.openlca.cloud.api.RepositoryClient.performLibraryCheck(RepositoryClient.java:155)
at org.openlca.app.navigation.actions.cloud.CommitAction$Runner.checkAgainstLibraries(CommitAction.java:256)
I would assume since you disabled the check, it should be different in the newer error.