• SavvyWolf@pawb.social
    link
    fedilink
    English
    arrow-up
    60
    ·
    7 months ago

    Willing to bet that the backend that they are using doesn’t actually give any useful error messages.

    • GarytheSnail@programming.dev
      link
      fedilink
      arrow-up
      15
      ·
      7 months ago

      Would they surface that to the user anyway? That’s something to log, not to tell the client that xyz service failed because of error 123.

      • PixxlMan@lemmy.world
        link
        fedilink
        arrow-up
        12
        ·
        edit-2
        7 months ago

        No, please tell the user. They’ve got their big boy pants on and can handle seeing one or two weird squiggles in the worst case, and might be able to actually diagnose and fix the issue themselves (without having to go through support) in the best case.

        • max@feddit.nl
          link
          fedilink
          arrow-up
          13
          arrow-down
          1
          ·
          7 months ago

          If it’s a backend/service issue, tell the user, but the bare minimum. You shouldn’t disclose too much info about your system to the end user (think of stack traces, error codes unique to some dependency you’re using) as it may give an attacker some valuable information.