Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
3769 Widoki

I'm using a simple filter to export 33K products but I constantly get this error in attach. I have no idea what this means because I'm not a sys admin.

thanks


Awatar
Odrzuć
Autor

a preview post would be such a nice feature to this forum

Najlepsza odpowiedź

This means the server timed out before the full export was created.

If you have a web server in front of Odoo, redirecting traffic to Odoo, increase the timeout, or connect directly to the Odoo port.

If you can't do that, try exporting less records.

Awatar
Odrzuć
Autor

Ah good to know thanks.

could you please elaborate on "connect directly on the Odoo port" - is this ssh?

A standard installation of Odoo provides access via port 8069. Often, NGNIX or APACHE is used to proxy traffic via port 80 and cap via timeout how long users can connect. If you are connecting via port 8069, then this isn't a timeout from a web server. If you are connecting via port 80, etc, then it probably is. So I mean connect directly with the web client to port 8069 instead of port 80 (if that's what you are doing).