Hello People!
I cannot login to Medusa Admin on self-hosted server (VPS: Ubuntu, apache2, nginx, node18).
I have opened ports 9000 and 7000 (server and admin respectively) on Apache2 reverse proxy and have run, without problem, both processes:
"✔ Server is ready on port: 9000 - 17ms".
"VITE v3.2.5 ready in 636 ms.
➜ Local: http://localhost:7000/"
However, at the login screen I am unable to proceed. I use the data created with --seed as well as an account I created but I get "These credentials do not match our records".
The browser shows me "ERR_CONNECTION_REFUSED" in auth and store/ (xhr)
My .env is in "production" and I have the CORS variable set. I also have Minio running and can login without problems.
ANY help is welcome.