On 2017-11-11 21:45, PMan wrote:
> 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. 

I guess subdirectory is not supported.

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
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/20171112111115.GA9681%40kei.

Reply via email to