Joel Rozen

Results 3 comments of Joel Rozen

I am wanting the same as @fmoessle above. Just a bull method that returns the existing Redis.status. My use case is checking all my services are up. I can set...

I just follow the pattern: ```typescript export const loader = async () => { /* ... */ } export const MyNamedComponent = () => { /* ... */ } export...

I am getting the same error but ONLY when I add 'requireAuthorization' => true to the routes controller. Anything without this works fine. I also note the 'isRest' => true...