Skip to content

cannot save reminder notification preferences do to failure to connect to redis. 422 Unprocessable Entity #848

Description

@CoryMCodes

Production onboarding reminder save fails because API cannot resolve Redis Cloud hostname

Summary

Users cannot complete the onboarding reminder step in production when selecting either:

  • “Don’t remind me”
  • A specific reminder time

The profile update request fails with 422 Unprocessable Entity because the API attempts to connect to Redis/Sidekiq during the profile save, and the configured Redis Cloud hostname cannot be resolved.

Error Response

{
  "errors": "getaddrinfo: Name or service not known (redis://redis-11373.c244.us-east-1-2.ec2.cloud.redislabs.com:11373)"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions