Hello Frappe Community,
I recently deployed Frappe 15 in a Kubernetes environment using the official Helm chart. Everything is functioning smoothly except for one issue: I am unable to add any server scripts.
When I navigate to add a server script, the text box for entering the script is not visible. To resolve this, I have already tried the following steps:
Ran the command:
bench set-config -g server_script_enabled 1
Also
Manually edited the common_site_config.json
and site_config.json
files to ensure the server_script_enabled
is set to 1
.
Despite these actions, the issue persists. Has anyone else encountered this problem or have any suggestions on how to resolve it?
Any insights or guidance would be greatly appreciated!
also please help me understand , if i am changing any configuration using frappe bench command do i have restart all the deployment also ?