You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UI works properly in the Tram Sagas code example and so I tried tweaking the application.yml to have classpath:META-INF/static-content/swagger-ui as in that example and did a clean build but still doesn't make a difference.
Please let me know what I'm missing here ?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Thanks a bunch for your pointers and link to the development branch.
I had the static-content fixes and URLs etc. right but was narrowing down further and found that the crux of the issue was eventuateUtilVersion=0.12.0.RELEASE in gradle.properties (my version had 0.10.0).
In this example, analogous to the issue described in Micronauts EventSourcing (as referred to in item 2 in eventuate-examples/eventuate-micronaut-examples-customers-and-orders#15), the UI does not come up and curl localhost:8081/swagger-ui/index.html etc. also give 404 error.
The UI works properly in the Tram Sagas code example and so I tried tweaking the application.yml to have classpath:META-INF/static-content/swagger-ui as in that example and did a clean build but still doesn't make a difference.
Please let me know what I'm missing here ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: