Revant Nandgaonkar
Revant Nandgaonkar
Did you install app on the site? You need to install it with `--install-app=erpnext --install-app=hrms` during site creation. https://github.com/frappe/frappe_docker/blob/main/docs/site-operations.md#setup-new-site
Added entry in FAQ https://github.com/frappe/frappe_docker/wiki/Frequently-Asked-Questions#socketio-does-not-work-with-pwdyml
Hope someone who uses the IDE helps the community.
Someone who uses intellij may help. > Such bots should be disabled ! Just keep commenting to keep the issue active or send a PR and delete the github workflow...
> @revant I hope you are not serious. If you know how to send a pull request you can delete the GitHub actions that enable this bot. Someone from the...
Try ``` curl -H "Host: erp.cluster.local" http://localhost:8000/api/method/ping ```
I guess only `default` worker is started during `bench start`. https://github.com/frappe/frappe/blob/develop/.github/helper/install.sh To test non "default" queue you may need to add `sed` command to enable `bench worker --queue default,short,long` instead...
Can you share sample nextcloud setup where I can checkout. What is in the url bar of nextcloud error? is it something like `/callback?code=xxx&state=yyy` or anything else?
> My only hesitation with the auto-created config is it seems to put each site on a different port, is this correct? in case of dns multitenant it should create...
https://github.com/castlecraft/frappe_containers @1ubuntuuser check this. it's single image that acts as different containers i mounts `VOLUME` in build file. It can be used as immutable container in traditional containerized setup and...