Replies: 1 comment 4 replies
-
are you using Micronaut AOT? //cc @melix |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My REST service builds and runs fine in 4.5.1 but when I switched to 4.6.2, it started to give me exceptions: Here are the things I notcied in 4.6.2:
After the services is built, it throws an exception, right after the BUILD SUCCESS message, see below:
I am using Swagger annotation to generate Swagger doc and noticed it stopped adding the server context path to swagger doc as set in application property file micronaut.server.context-path.
When I call any endpoint, it throws PAGE Not Found exception after successfully executing the endpoint. I get this error after successful exection of my endpoint:
Are there any config change that are needed to migrate to 4.6.2?
Any idea how to fix these issues using 4.6.2?
Beta Was this translation helpful? Give feedback.
All reactions