KR
KR
Out of curiosity, have you configured custom root folder in jest configuration as mentioned in (https://jestjs.io/docs/configuration#roots-arraystring)? Also, the path printed out on the console, is a valid Windows path, from...
I have the same issue. The yaml based configuration doesn't seem to register the circuitbreaker `CircuitBreakerFilterFunctions`. But doing via WebMvc.fn helps. Reference: https://github.com/karthik20/spring-cloud-gateway-cb/blob/main/gateway/src/main/java/com/karthik/gateway/config/router/RouterConfig.java ```java @Bean public RouterFunction routeConfig() { return...