INFO werkzeug 127.0.0.1 - - "GET / HTTP/1.1" 405 -

i am trying to setup tryton web i have done all installation but my server is giving error

38040 140611543889472 [2024-02-16 06:00:26,773] INFO werkzeug 127.0.0.1 - - [16/Feb/2024 06:00:26] "GET / HTTP/1.1" 405 -

Please make sure in trytond.conf the option root in section [web] is pointing to the top level of the sao/ folder.

i have removed all please help me to make installation sao from start with all requirements thanks for quick reply

The configuration for the SAO would be as follows.:

 [web]
 # Path for the web-frontend
 #root = /usr/lib/node-modules/tryton-sao
 listen = 0.0.0.0:8000
 root = /opt/tryton/sao

 [sale]

Where “root =” represents the directory where SAO is installed.
If you can provide more information in case it’s something else.

i have gunhealth module

get this error

13033 139830017128000 [2024-02-17 06:41:53,781] INFO werkzeug 127.0.0.1 - - [17/Feb/2024 06:41:53] “GET / HTTP/1.1” 405 -

below is my trytond.conf file setting

[database]

uri = postgresql://localhost:5432

path = /home/gnuhealth/attach



[web]

listen = *:8000

root = /home/asif/tryton-sao-6.0.38



[webdav]

listen = *:8080

ssl_webdav = False

Probably that the user running the trytond process does not have read access to /home/asif/tryton-sao-6.0.38.

how i can check this

with command like ls -l

“Did you manage to get it running? How did you install SAO? Best regards.”

Thanks all my issue is resolved.
$ npm install --legacy-peer-deps
$ grunt dev

i am not doing this