Someone can help me with two errors API, nodejs.

The first error seems to be a 403 (Forbidden) error when attempting to access a specific API endpoint. It appears that some necessary data for the API call might be missing or not properly defined (undefined), leading to a "Faltan datos" (Missing data) message.

The second error, a TypeError, suggests that there might be an attempt to access a property called 'display' within an undefined object. This could mean that a variable or object used in your code is not being initialized correctly or is expected to have a 'display' property that is missing or undefined.
Captura_desde_2023-12-22_16-37-12.png
Was this page helpful?