This question has been flagged
3 Replies
13901 Views

I installed odoo13 with web page, blog and online-shop. www.degen.com.co
When someone purchase an item and click on "Pay now", the browser is waiting for quite some time and ends up with following message:

Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request

Reason: Error reading from remote server



Avatar
Discard
Best Answer

have you started odoo in proxy mode ?
ref: https://www.odoo.com/documentation/13.0/reference/cmdline.html#cmdoption-odoo-bin-proxy-mode

It seems your Apache reverse proxy couldn't handle response provide by odoo server 

Avatar
Discard
Author

Yes it is an apache reverse proxy. How can I fix it?

Best Answer

Hello I'm having similar issue mine gives me this error when trying to generate Accounting Report.
The proxy server received an invalid

response from an upstream server.

The proxy server could not handle the request

If the same issue can i know the required permission and ownership needed


Avatar
Discard
Best Answer

Make sure all the source files and folders have the correct permission and ownership settings. This error happens if the proxy cannot serve/open/read some files in Odoo directory, for example CSS files or icons may not be readable due to linux file permission settings.

Avatar
Discard