I think I’ve found the cause. It would be great if someone could confirm my
logic.
The problem seems to be that the ALB is passing through a secure request with
“http” scheme. Tapestry sees that it’s a secure request and assumes the scheme
must be “https” so it returns a relative URL (because i
The Quickstart project demonstrates how fast it is to start developing a
Tapestry project.
I have been using it for a new project, but could not debug JavaScript. (I am
using IntelliJ). I could not understand why, but after several hour a found out
that configuration.add(SymbolConstants.MINIFIC
Maybe not exactly what you are looking for, but I have been using my
tapestryutil.js for some years with luck 😊
https://github.com/sveine/tapestry-multi-module-demo/blob/master/core/src/main/resources/META-INF/modules/util/tapestryutil.js
A little demo:
https://github.com/sveine/tapestry-multi-m