Creating Buttons - Getting error upon save

When I do my final "DONE" in the Button Controllers app I get the following on screen error:

Unexpected Error

An unexpected error has occurred trying to load the app. Check Logs for more information.

Error: No signature of method: java.lang.String.call() is applicable for argument types: (java.util.HashMap) values: [[p:3]] Possible solutions: wait(), any(), wait(long), each(groovy.lang.Closure), any(groovy.lang.Closure), take(int)

When I click the "check logs" link it breaks to a 404 error (fyi).

Went into logs this is all it says:

2018-11-30 10:27:25.320 am errorgroovy.lang.MissingMethodException: No signature of method: java.lang.String.call() is applicable for argument types: (java.util.HashMap) values: [[p:3]] Possible solutions: wait(), any(), wait(long), each(groovy.lang.Closure), any(groovy.lang.Closure), take(int) (mainPage)

Same here -- since the latest update. It doesn't seem to affect the creation though, the button controller is still created and seems to work fine.

And yes, the logs button on the error page has a typo in the URL with extra quotes....

Some screenshots for those interested:
Button%201

Button%204

@bravenel is aware.