79375770

Date: 2025-01-21 19:56:34
Score: 1
Natty:
Report link

I had dockerised my NestJS using MariaDB for database code and was hitting the internal port of the NestJS service instead of the external port with my requests. Illustration:

ports:
      - "5050:5005"  # Bind to IPv4 localhost explicitly

Using 5005 raised the error. Using 5050 worked.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: andrew7070