Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI gives 404 Not Found #31

Open
sundar-cs opened this issue Nov 28, 2021 · 2 comments
Open

UI gives 404 Not Found #31

sundar-cs opened this issue Nov 28, 2021 · 2 comments

Comments

@sundar-cs
Copy link

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.

@dartartem
Copy link
Contributor

Hi @sundar-cs, here is fix and test: #30
Are you sure that you are using correct urls and same fixes?

@sundar-cs
Copy link
Author

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).

With this the UI is coming up fine.

Thanks a lot for your help with all the issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants