news.volyx.in

Meta outage (metastatus.com)

698 points by geocrasher · 895 days ago · 843 comments on HN

Article summary

The article about a Meta outage is unavailable, but comments suggest that users experienced issues with logging in and password resets. Many commenters believed their accounts had been compromised or that they had been phished. The outage seemed to affect multiple services, including Facebook, Instagram, and Discord. Users reported receiving incorrect error messages, such as 'invalid credentials' instead of a clear indication that the service was down.

Main themes

  • Meta outage
  • error handling
  • user experience
  • authentication issues
  • scale and complexity
  • error reporting
  • password resets
  • security concerns

What commenters say

  • A clear error message indicating that the service is down would be more helpful to users than an 'invalid credentials' error.
  • The current error handling system can cause unnecessary panic and password resets among users.
  • Failing open, or allowing access to non-sensitive information when authentication is unavailable, might be a better approach than locking users out completely.
  • Detecting and reporting useful error messages is a complex problem, especially at large scales.
  • Manual processes for handling outages can be disrupted by the same service disruptions they aim to mitigate.
  • A better user experience could be achieved with more informative error messages and a more nuanced approach to handling authentication failures.
  • The scale and complexity of Meta's systems make it difficult to distinguish between different types of errors and provide useful feedback to users.
  • Providing technical details to curious or troubleshooting users could be a useful addition to error messages.