I am testing Github codespaces IDE and check if I can use it and if it works with GWT setup. I use gwt-maven-archetypes 'modular-webapp'. I start codeserver then jetty server. The problem is in Github codespaces codeserver is accessible at a URL that is different from the default. Example:
Codeserver URL: https://example-app-some-random-string-9876.app.github.dev
Codeserver URL: https://example-app-some-random-string-9876.app.github.dev
Jetty container URL: https://example-app-some-random-string-8080.app.github.dev
So the problem app.nocache.js generates nocacheUrl as 'https://example-app-some-random-string-8080.app.github.dev:9876' where it should be 'https://example-app-some-random-string-9876.app.github.dev'
Is there a way I cam make app.nocache.js generate the desired URL?
Thanks
Thanks
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-web-toolkit/55c95a11-44ff-40ad-af2c-c22e5d6e596bn%40googlegroups.com.
No comments:
Post a Comment