Enable Server Scripts

hello everyone,
I am new here, in the stage of learning to develop applications using frappe…
I’m going well on my trip with frappe,
But I got stuck here in this error message…

Please Enable Server Scripts

Is there anyone here who can guide me?

You need to Enable Server Scrip via site_config.json
use this bench command:

bench --site {sitename} set-config server_script_enabled true

3 Likes

Check this:

1 Like

Thanks for the quick response, I will follow your instructions.

Mainly this command was working for me.
bench set-config -g server_script_enabled 1