79375243

Date: 2025-01-21 17:00:31
Score: 1
Natty:
Report link

I had dockerised my NestJS using MariaDB for database code and was hitting the internal port 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