-
Notifications
You must be signed in to change notification settings - Fork 34
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
push.json
not being loaded correctly for Push Notification
#1061
Comments
@MukuFlash03 Can you please share the screenshots related to this issue? |
The push.json file is supposed to be based off of the template / sample JSON file present in the e-mission-server. So, we took a look at the internal server repository and saw that the analysis container does have the push.json file available with the actual values filled in place of the sample values. I believe we were incorrect in assuming the purpose of this specific internal push.json file. I believe, the correct explanation would be that this file is for the analysis container specifically hence it is not available to the admin-dashboard container. So, need to figure out whether to add the file internally in the admin-dashboard repo? @nataliejschultz For visibility, as it seems related to our redesign process in this issue. |
@MukuFlash03 Thanks for the clarification! 👍 |
The push notifications were not expected to work.
Yes |
While testing the
push notification
feature on the Admin dashboard, an error occurred due to the inability to load thepush_config_file
innotify_interface.py
in the server code (see below).Our initial assumption was that the
push.json
file might be missing in the staging environment. However, upon further examination of the error log, we confirmed thatpush.json
does exist. Therefore, we need to investigate further to determine why it is not being loaded correctly.The text was updated successfully, but these errors were encountered: