It is probably related to https://figwheel.org/docs/jetty_conflicts.html
I did all suggestions from lein deps :tree
and added [javax.servlet/servlet-api "2.5"]
to dev profile but I still get the same error
Does anyone have an idea for a dependency to add or exclude?
Alright it is fixed by adding the following to profiles.clj
dev profile:
[org.eclipse.jetty/jetty-http "9.4.17.v20190418"]
New error:
1. Caused by java.lang.ClassNotFoundException
org.eclipse.jetty.util.ConcurrentArrayQueue
Not solvable by adding the jetty-util dependency
Anyone an idea?