Unable to launch payload after successful docker installation #6333
Unanswered
saidhasyim
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was able to sucessfully run payload container without error. Payload container log shows:
I installed it using docker-compose. This is my docker-compose file.
Note, I edited the command to use
npm
instead ofyarn
.As you can see from the container log, there is no error. But, I cannot launch the payload using these:
http://localhost:3000/admin
http://localhost:3000
http://localhost:8081/admin
http://localhost:8081
It just loads infinitely and at the end it would just say no page found.
There is no error in the container log, too.
Beta Was this translation helpful? Give feedback.
All reactions