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
Describe the bug
In Realtime > WebSocket section, if I want to connect a URL like ws://example.com/endpoint?query=%7Bkey%3D%22value%22%7D, the "Connect" button is disabled.
The query parameter is encoded from the original: {key="value"}. I realize that the time I start typing the % character, then the "Connect" button disables. I tried as well without success to introduce the URL ws://example.com/endpoint?query={key="value"}
To Reproduce
Steps to reproduce the behavior:
Go to Realtime > WebSocket
Type in URL ws://example.com/endpoint?query=%7Bkey%3D%22value%22%7D
See the "Connect" button disabled
Expected behavior
It should be possible to add query parameters to the URL.
Desktop (please complete the following information):
OS: iOS
Browser Safari
Version 13.0.5
The text was updated successfully, but these errors were encountered:
Describe the bug
In
Realtime > WebSocket
section, if I want to connect a URL likews://example.com/endpoint?query=%7Bkey%3D%22value%22%7D
, the "Connect" button is disabled.The query parameter is encoded from the original:
{key="value"}
. I realize that the time I start typing the%
character, then the "Connect" button disables. I tried as well without success to introduce the URLws://example.com/endpoint?query={key="value"}
To Reproduce
Steps to reproduce the behavior:
Realtime > WebSocket
ws://example.com/endpoint?query=%7Bkey%3D%22value%22%7D
Expected behavior
It should be possible to add query parameters to the URL.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: