I'm currently in the process of deploying invoiceninja using docker compose.
So far I've encountered quite a lot of issues but so far all have been resolved.
The issue I'm stuck on now is one I am unable to resolve.
The application is successfully deployed.
Nginx is correctly forwarding to the app (response from server).
When accessing the application the only thing I'm able to see is a grey screen.
When going to accounting.domain.com/client it is unable to load any styles, html itself loads fine.
Introduction
I'm currently in the process of deploying invoiceninja using docker compose. So far I've encountered quite a lot of issues but so far all have been resolved. The issue I'm stuck on now is one I am unable to resolve.
Environment
Environment info:
docker-compose.yaml
domain.com.conf
Issue
The application is successfully deployed. Nginx is correctly forwarding to the app (response from server). When accessing the application the only thing I'm able to see is a grey screen. When going to accounting.domain.com/client it is unable to load any styles, html itself loads fine.
Supporting information
Screenshot of issue
Har trace
Findings.
In the HAR trace file you can see the following:
Solution
Not found