Hi!, how are you? Let’s see if something similar happened to someone…
I uploaded a project to Render.com from Django and Postgres.
In the project I use WeasyPrint, which is registered in my requirements.txt file and installed in the render.com environment. When i try to use the WeasyPrint part of th page I get a ‘server error 500’, I feel that something necessary for weasy to work was not installed but the requirements.txt is already installed.
PS: When I use it from the local server it works.