Ich habe eine Anwendung von Jipster (v2.20.0) im Produktionsmodus implementiert. In einem AngularJS Code i setzen:Jhipster v2.20.0: Statisches Bild kann nicht in den Produktionsmodus geladen werden
img.src = assets/.../mypicture.png.
Lokale dieses Bild il korrekt geladen, aber im Produktionsmodus habe ich den Fehler:
[ERROR] org.springframework.boot.context.web.ErrorPageFilter - Cannot forward to error page for request [/assets/images/elements/teethschame/47.png]
as the response has already been committed. As a result, the response may have the wrong status code.
If your application is running on WebSphere Application Server you may be able to resolve this problem by setting com.ibm.ws.webcontainer.invokeFlushAfterService to false
Können Sie mir bitte helfen, dieses Problem?
Dank
Verwenden von Ressourcen ist nur eine Möglichkeit, meins funktioniert auch. –