When I’m using the Frappe Builder I’m getting this error. while publish the page. In my cause i try to get data from the database. here the details.
Server Scripts are disabled. Please enable server scripts from bench configuration.Read the documentation to know more
Use this command and try after this
bench set-config -g server_script_enabled 1
I thought is using this one: bench --site [sitename] set-config server_script_enable true? Mine still says error as server script is disabled.
avc
4
Hi @erp05AI:
Try
bench set-config -g server_script_enabled 1
(maybe you missed the “d” (enable-d)
Hope this helps.
Hi I’ve resolve this issue already and thank you so much.