There was an error while loading. Please reload this page.
To enable Plug.Debugger which presents errors occurring in the router, like in the image below:
You have to set in your config/config.exs
config/config.exs
config :kitto, :debug, true
Make sure to recompile Kitto after making changes to the config, using mix deps.compile kitto --force.
mix deps.compile kitto --force