For Mendix 10, you need to use the latest version of Docker Buildpack. Can you check if using the latest version (currently 6.0.1) resolves it?
Hello friends,
You may try to clear the cache (and cookies) and try again!
See more at the final part of this article:
Update: Containerize Mendix Applications | Medium
In the CMD that I use to start the container, nothing is logged after a successful login. Only incorrect logins.
I have also created a new user via a microflow during startup and the user has the same problem.
I have also tried this with Mendix version 10.23 but still the same issue.
Attached is a screenshot where it looks like it is a cookie problem. Can anyone reproduce this and know the cause?
I have the same problem.I confirmed that the database I was connected to had MxAdmin and the password was correct.But after entering the login page and entering the MxAdmin account, the page did not redirect correctly.I guess the POST request when logging in did not reach the correct effect (through the url path I can see that it tries to jump to index.html, but quickly changes back to login.html).
My Mendix Studio Pro Version: 10.18.6
and docker-mendix-buildpack is v6.0.1
Hi, Dennis
Thank you very much for your help yesterday. I benefited a lot from it.
Today I tried to deploy again with my existing project and I got the same result as yesterday.
For some reason, Chrome browser still cannot log in (clearing cache and cookies does not help).
But as long as I use firefox or edge, it can be used normally.
I guess it can only use these two browsers for now.
Anyway, thank you for your detailed explanation and help. I hope we can keep in touch in the future to discuss more different issues.