This question has been flagged

hello,

i have two servers with ODOO

server1: 10.0.0.1 (odoo + postgresql db)

server2: 10.0.0.2 (odoo + postgresql db)

i use BUCARDO for multi master, work fine for me

example:

i put 10.0.0.1 in the browser i log with Mus@mus.m Password MUS

i change Company name From "My Company" to "My Company10"

i put 10.0.0.2 in the browser i log with Mus@mus.m Password MUS

i find the Company name ==> "My Company10"

that what i want

but

i want to use HAPROXY in 10.0.0.10

(HAPROXY=> is a load balancing Proxy,

so every time i put 10.0.0.10 he will select one server for me

first time => 10.0.0.1

second time => 10.0.0.2

third time => 10.0.0.1

like that )

but when i use HAPROXY with my two odoo servers i get :

400 Session expired (invalid CSRF token)

what i do to fix that  



Avatar
Discard

any solution?