Today I have updated to Magento 2.3.2, everything works correctly except the categories. When I try to access a category I receive a 500 error in the browser console and a blank page with a single phrase:
Any idea why this happens and how to solve it? Execute the following orders without success:
rm -rf var/di var/generation php bin/magento cache:clean && php bin/magento cache:flush php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento indexer:reindex && php bin/magento cache:clean && php bin/magento cache:flush
Could you provide me with error log from your server?
That's the weird thing, I do not have anything new in the magento or nginx logs