I had a ServierFilters.InitialiseRequestContext(co...
# http4k
s
I had a ServierFilters.InitialiseRequestContext(contexts).then(routes(... a bunch of routes some with filters)) and the request context was being done after the other filters that depended on it. If I move the initialiserequestcontext inside of routes for each of the routes it works as expected.