Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add debug statements for why we can't add user to a service on staging #936

Merged
merged 3 commits into from
Apr 19, 2024

Conversation

terrazoon
Copy link
Contributor

@terrazoon terrazoon commented Apr 19, 2024

Description

When running the app locally, it is possible to add an invited user to a particular service. This fails on staging though, where the admin app cannot find the necessary data in redis that the api app should have provided. The two possibilities seem to be either:

  1. redis is broken somehow on staging
  2. somehow the redis key is changing on staging (but not locally), so admin can't retrieve what api writes.

Security Considerations

Remove debug statements before this goes to production

@terrazoon terrazoon requested review from ccostino and a team April 19, 2024 16:15
@terrazoon terrazoon self-assigned this Apr 19, 2024
Copy link
Contributor

@xlorepdarkhelm xlorepdarkhelm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@ccostino ccostino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @terrazoon!

@ccostino ccostino merged commit e460e96 into main Apr 19, 2024
5 checks passed
@ccostino ccostino deleted the notify-admin-1447 branch April 19, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants