You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm registering this installation through cloudflare tunnel to allow online payment,
but when i test the payment gateway i'm getting these error
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>400 Bad Request</title>
<h1>Bad Request</h1>
<p>Session expired (invalid CSRF token)</p>
is there anyway to allow specific domain in .env settings of this install, similar to what explained here ?
Should i do it via docker config or odoo config?
Hi @Buster14 , try setting proxy_mode=True in etc/odoo.conf#L93, then restart the running container
(remember to uncomment this line by removing ; at the first)
I'm registering this installation through cloudflare tunnel to allow online payment,
but when i test the payment gateway i'm getting these error
is there anyway to allow specific domain in .env settings of this install, similar to what explained here ?
Should i do it via docker config or odoo config?
https://forum.mayan-edms.com/t/csrf-verification-failed-with-cloudflare-zero-trust/1565/2
The text was updated successfully, but these errors were encountered: