You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have started noticing the following error recently:
MatchError: no match of right hand side value: "nil"
File "lib/macro.ex", line 2202, in Macro.underscore/1
File "lib/pigeon/fcm/config.ex", line 184, in Pigeon.Configurable.Pigeon.FCM.Config.parse_error/1
File "lib/pigeon/fcm/config.ex", line 142, in Pigeon.Configurable.Pigeon.FCM.Config.do_handle_end_stream/4
File "lib/pigeon/connection.ex", line 113, in Pigeon.Connection.process_end_stream/2
File "lib/gen_stage.ex", line 2206, in GenStage.noreply_callback/3
File "gen_server.erl", line 1095, in :gen_server.try_handle_info/3
File "gen_server.erl", line 1183, in :gen_server.handle_msg/6
File "proc_lib.erl", line 241, in :proc_lib.init_p_do_apply/3
The text was updated successfully, but these errors were encountered:
up2jj
changed the title
Macro.underscore/1 - no match of right hand side value: "nil"Macro.underscore/1 - no match of right hand side value: "nil"
Aug 2, 2024
Environment
elixir --version
):Current behavior
We have started noticing the following error recently:
I am not sure, if it is related the deprecation https://firebase.google.com/docs/cloud-messaging/migrate-v1?hl=en&authuser=0
The text was updated successfully, but these errors were encountered: