Fadhlan Rizal

Results 4 comments of Fadhlan Rizal

@EricWittmann well no problem, unfortunately i don't play with Java very much, so i can't really help. hope for the best tho.

well you should try `Ping()` first before trying to do operations on redis. after i setup the client, i usually try to ping the redis connection, if failed, then i...

@bluesound , are you using reverse proxy such as nginx? well, because my Odoo is behind a Nginx, and Odoo still set http://my-odoo-container:8069 (my docker odoo container). example: `https://accounts.google.com/o/oauth2/auth?response_type=token&client_id=False&redirect_uri=http://my-odoo-container:8069/auth_oauth/signin&scope=openid+profile+email&state={"d":+"base_dateabase",+"p":+3,+"r":+"http://my-odoo-container:8069/web"}` actually,...

well, unfortunately, the code using `request.httprequest.url_root` and not `web.base.url`. maybe it fix on you, but unfortunately, it didn't fix on mine. idk why it didn't use `web.base.url` in the code....