I am serving the static files from the web root with the following Apache 
config:

Alias "/bower_components" "/opt/Tryton/sao/bower_components"
Alias "/offcanvas.css" "/opt/Tryton/sao/offcanvas.css"
Alias "/dist" "/opt/Tryton/sao/dist"
Alias "/images" "/opt/Tryton/sao/images"
Alias "/node_modules" "/opt/Tryton/sao/node_modules"
Alias "/src" "/opt/Tryton/sao/src"
Alias "/locale" "/opt/Tryton/sao/locale"

mysite.com/tryton will render a nicely formatted login page, but there is no 
widget to select the database, so I cannot login. The database label is 
present, but no select widget... There are no errors in the apache log, and the 
Firefox debug tool only shows 1 error:

mysite.com/locale/en_US.json            [HTTP/1.1 404 Not Found 68ms]

I don't see a en_US.json file in the local folder, so I don't understand how 
Tryton was working when the web root was "/". With the appropriate apache 
configuration (ProxyPass / 127.0.0.1:8000), mysite.com/ worked, I could log in 
and navigate around Tryton.

Maybe the missing us locale is not the reason there is no db selection widget. 

Thanks in advance.
Paul

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/08151142-d97b-4f25-ba09-fecb516465df%40googlegroups.com.

Reply via email to