It works on http via a special port, but given that it’s a production environment, I actually plan to disable http access entirely and only allow access on 443. At this point I have to use VPN to (at least to some extent) securely login and work via http.
Is there a setting that needs to be set somewhere on the Strapi server side to help it resolve assets for non-homepage routes? That’s my suspicion of the cause of these errors anyway.
Setting url on server config didn’t help, same error.
Or maybe a more advanced configuration is required on nginx side?