Hello everyone.. sorry i have an issue for installing OpenEdx using tutor. I tried to install and configure OpenEdx Sumac version for local development. It was finished. But I can’t open the LMS or CMS. After I checked the logs of LMS and CMS I got this problem below.
lms-1 | django.db.utils.OperationalError: (1045, "Access denied for user 'openedx'@'172.18.0.8' (using password: YES)")
oh ok, maybe I will back to use the latest version. But what do you think about this problem sass, before trying palm, I got that problem.
My goal is trying to running on local development.
I think you should probably continue that conversation and get it resolved, rather than moving to an old version which will bring its own issues. It looks as though there’s a new suggestion on that thread.
Hi, i think found the solution. It happens caused the build doesn’t complete properly. In my case, there was a package that didn’t success to install. To solve these are what I do
Delete data folder on tutor (same path folder with tutor config.yml)
Rebuild with tutor dev launch
Make sure that all build was successfully installed
It’s likely you’re running into an issue where the LMS (Learning Management System) and CMS (Content Management System) are not accessible after installing OpenEdX using Tutor. A possible root cause was a bad configuration (or missing dependency) during the installation / setup process. Examine the logs for any error messages which are related to the services / databases, network / network configuration, or permissions. Additionally, check to see if all services are running properly, and check to see if any firewall rules are blocking ports required for access by the LMS and CMS. You can run the command tutor local logs to have a more nuanced look at the issue being encountered.