Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AxiosError Issues with Redis 7 #4

Open
silvermind opened this issue Jul 2, 2023 · 1 comment
Open

AxiosError Issues with Redis 7 #4

silvermind opened this issue Jul 2, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@silvermind
Copy link

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"

The compose_compose file currently uses redis:latest
https://hub.docker.com/_/redis

@dev8723
Copy link
Owner

dev8723 commented Jul 3, 2023

@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.

@dev8723 dev8723 added the bug Something isn't working label Jul 3, 2023
@dev8723 dev8723 self-assigned this Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants