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
My jte files are in a separate submodule from my Micronaut application. Micronaut was configured with "micronaut.views.jte.dynamic: true"
Since the jte files are not in a location which matches the conventions JteViewsRenderer looks for, it should fall back to using the precompiled classes from the classpath.
Actual Behaviour
When I make a request, a log message says "Dynamic view path not found, using views from classpath.", however it is followed by "Unexpected error occurred: View [home] does not exist"
Steps To Reproduce
No response
Environment Information
No response
Example Application
No response
Version
3.8.6
The text was updated successfully, but these errors were encountered:
Expected Behavior
My jte files are in a separate submodule from my Micronaut application. Micronaut was configured with "micronaut.views.jte.dynamic: true"
Since the jte files are not in a location which matches the conventions JteViewsRenderer looks for, it should fall back to using the precompiled classes from the classpath.
Actual Behaviour
When I make a request, a log message says "Dynamic view path not found, using views from classpath.", however it is followed by "Unexpected error occurred: View [home] does not exist"
Steps To Reproduce
No response
Environment Information
No response
Example Application
No response
Version
3.8.6
The text was updated successfully, but these errors were encountered: