79156271

Date: 2024-11-04 16:39:57
Score: 1
Natty:
Report link

I got this working doing two seemingly innocuous things:

  1. I removed all headers from the frontend api request.
  2. I changed my import from import { Multer } from 'multer'; to import multer from 'multer';

All of the sudden the backend controller breakpoint was hit successfully and I was able to go from there.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Corey Sutton