'Folders statics not found in server google - Django

Django cannot find the static files on the google server, the python manage.py collectstatic command has already been used with the settings.py configured.

enter image description hereenter image description here

To solve this problem I followed several tutorials that showed us how to deploy static files, including the documentation itself. However, none got results. It is worth mentioning that this same code and configuration worked in the homolog version of the system.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source