ring

2018-05-25T09:44:10.000206Z

I have a handler which returns a 302 redirect if you hit a disabled url. Active urls trigger a rendering function, but suprisingly enough the render function is not triggered if the user first hits a 302. Where do I start debugging?

2018-05-25T10:37:59.000099Z

How are you calling the render function?