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
"Unable to subscribe to changes with given parameters. Please check Realtime is enabled for the given connect parameters: [#{params_to_log(params)}]"
62
+
{:ok,_}->
63
+
msg=
64
+
"Unable to subscribe to changes with given parameters. Please check Realtime is enabled for the given connect parameters: [#{params_to_log(params)}]"
64
65
65
-
rollback(conn,msg)
66
+
rollback(conn,msg)
66
67
67
-
{:error,exception}->
68
-
msg=
69
-
"Unable to subscribe to changes with given parameters. An exception happened so please check your connect parameters: [#{params_to_log(params)}]. Exception: #{Exception.message(exception)}"
68
+
{:error,exception}->
69
+
msg=
70
+
"Unable to subscribe to changes with given parameters. An exception happened so please check your connect parameters: [#{params_to_log(params)}]. Exception: #{Exception.message(exception)}"
Copy file name to clipboardExpand all lines: test/integration/rt_channel_test.exs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ defmodule Realtime.Integration.RtChannelTest do
100
100
"channel"=>"any",
101
101
"extension"=>"postgres_changes",
102
102
"message"=>
103
-
"{:error, \"Unable to subscribe to changes with given parameters. Please check Realtime is enabled for the given connect parameters: [event: INSERT, schema: public]\"}",
103
+
"{:error, \"Unable to subscribe to changes with given parameters. Please check Realtime is enabled for the given connect parameters: [schema: public, table: *, filters: []]\"}",
0 commit comments