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
I've just noticed that the Dev UI is broken on the main branch on cb95b56 (but's it's fine on the last v0.2.0 release, of course).
Spring Boot cannot find the HTML of the Dev UI anymore, and shows the generic Spring error page; see also #301. (I've not investigated why.)
Noticed this in a project where I'm using the ADK that worked with 0.2.0 and when I switched to using "bleeding edge" main by using JitPack (with enola-dev/enola#1565) then it was broken.
This should probably be fixed before the next release. Perhaps a non-regression test for it would be useful as well.