I did a fresh production installation of Frappe and ERPNext today, using the frappe_docker image. I also have the bench_manager successfully installed but when using it to create new site as the subdomain. i always got the 404 not found message.
Do we have anything else to do in order to make the bench_manager works ?
Thank you guys alot
UPDATE:
It turn out I didn’t config the traefik correctly, change it to listen to all the subdomain resolve this issue, but not new issue come out, when navigating to the new site I got the Internal error response, tracking the erpnet_python_1 container I see this exception:
Image building process
Yes, i’m using one similar to this right now
Check mysql.user in mariadb
The user and database is automatically created by the bench_manager. So if i have to manually check it then the bench_manager is some how not usable ?
User host
About the User Host, do you mean about the Mariadb Host ?
I have tried %, * with frappe_docker but it return in error for unknown host :
Can you help me pointing out what is wrong ?
I’m using Bench_Manager right now, and tend to expose it to some certain user so that they can create site for client. If we have to run or manually config the site creation seem Bench_manager can be used in my case ?
And seem bench_manager will invoke the console process and run that commad. In fact it seem the bench_manager has successfully create folder structure in Nginx container and Erpnext_python container too.
But it really weird that although the generated user has all it privileges but the exception complains about can not connect to DB still occurs
I can set up a site with bench manager and start it without any problems. But when using bench_manager of that site to create a new site, I face the issue above.
So you can create new site with bench_manager and access it without any problems ?