fukamachi / ningle

Super micro framework for Common Lisp
http://8arrow.org/ningle/
273 stars 25 forks source link

Ningle + Lack builder fails as per example #46

Closed gitthail closed 5 months ago

gitthail commented 5 months ago

(import 'lack.builder:builder)

(clack:clackup (builder :session app))

The above causes the web server not to respond. I've tested clack/lack only and there is no issue. Issue present when app is an instance of ningle:app

gitthail commented 5 months ago

My mistake: I was rebinding app after middlewares applied which breaks the rest of ningle.