Admin UI server crashes when running on docker and using postgres #8967
Replies: 2 comments 1 reply
-
Missing
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I don't know why but it seems to be working in https://github.com/paradox8599/nextks/tree/d93e3882cdfebf419ea65d11ff03a586b8166b9b weird. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Firstly I got this issue when working on a keystone project, then try to start a fresh new keystone repo and the problem persists.
It works fine if build and run on my local machine.
It builds successfully in docker.
It runs well if using sqlite.
If use postgres, it crashes when I try to login to admin ui.
Not sure if it is caused by keystone, docker, or my misconfiguration, please help.
Logs:
Docker:
npm:
Reproduce
docker compose build
docker compose up
Edit
I have added a
sqlite
branch that uses sqlite for comparison, it works just fine.It seems related to specific platforms: crashes when built by default builder on macos (apple chip), works fine when built by default builder on windows and linux (amd64).
Beta Was this translation helpful? Give feedback.
All reactions