dwyl/smart-home-auth-server

Content negotiation fails due to live_view templates

Closed this issue · 1 comments

Live view interrupts our content negotiation system by injecting a html layout into all of our main views. Normally this is avoided by using different URLS, but this means that Routes.user_route helpers don't work.

Should be fixed by using finer-grained plugs.

Fixed in #17