79595181

Date: 2025-04-27 15:23:57
Score: 0.5
Natty:
Report link

In my case I had added a variable to my local.settings.json of the wrong type.

fixed it by changing this

"FtpPort": "21",

to this

"FtpPort": 21,

Reasons:
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Thomas Adrian