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
The error pages assigned in the nginx config don't exist in the container, so whenever there is a 404 or 50x error, it automatically gives the standard nginx 404 error page.
nginx error log:
[error] 50#50: *24 open() "/usr/share/nginx/html/50x.html" failed (2: No such file or directory), client: 172.18.0.11, server: localhost, request: "GET /invoices/generate_pdf/1 HTTP/1.1", upstream: "fastcgi://172.18.0.13:9000", host: "example.com", referrer: "https://example.com/invoices/view/1"
I think the best option would be to simply remove the error page definitions and let InvoicePlane handle them with their internal error messages.
The text was updated successfully, but these errors were encountered:
The error pages assigned in the nginx config don't exist in the container, so whenever there is a 404 or 50x error, it automatically gives the standard nginx 404 error page.
nginx error log:
I think the best option would be to simply remove the error page definitions and let InvoicePlane handle them with their internal error messages.
The text was updated successfully, but these errors were encountered: