Hello. We are upgrading to Grails 6 and it’s faili...
# questions
b
Hello. We are upgrading to Grails 6 and it’s failing to marshal a DelegatingWebMvcConfiguration bean due to the servletContext not being set
Copy code
Assert.state(this.servletContext != null, "No ServletContext set");
We don’t instantiate this directly. Does anyone have any idea what we may be doing wrong here or if we can delay the creation of this bean until after the servlet context is established? Thanks in advance for any help