You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had these issues when starting the docker-compose stack
warp-keeper-executor-1 | redis connected
warp-keeper-executor-1 | node:internal/process/promises:279
warp-keeper-executor-1 | triggerUncaughtException(err, true /* fromPromise */);
warp-keeper-executor-1 | ^
warp-keeper-executor-1 |
warp-keeper-executor-1 | [UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "AxiosError: Request failed with status code 404".] {
warp-keeper-executor-1 | code: 'ERR_UNHANDLED_REJECTION'
warp-keeper-executor-1 | }
Not sure waht the erxact source of the error is. The error went ways by downgrading to "image: redis:6"
@silvermind thanks so much for reporting it!! you are right i think there's some weird issue with redis 7 and i can't catch it, i guess the redis process crashed or something? i've set the image version to 6 as you suggested.
Had these issues when starting the docker-compose stack
Not sure waht the erxact source of the error is. The error went ways by downgrading to "image: redis:6"
The compose_compose file currently uses redis:latest
https://hub.docker.com/_/redis
The text was updated successfully, but these errors were encountered: