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
1 Like
Use this command and try after this
bench set-config -g server_script_enabled 1
2 Likes
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 @anon67314007:
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.