Closed TheRangiCrew closed 2 months ago
When creating a new connection, the SDK attempts to connect before a base URL is set.
Create a new connection with or without a valid URL.
A url should be added to the connection parameters before the SDK attempts to connect.
surreal 2.0.0-beta_3
ryan.z.adam@gmail.com
@remade Will simply adding BseURL field to the connection parameters in the New function fix this? That is the solution I have used locally
BseURL
New
Fixed by @tobiemh
Describe the bug
When creating a new connection, the SDK attempts to connect before a base URL is set.
Steps to reproduce
Create a new connection with or without a valid URL.
Expected behaviour
A url should be added to the connection parameters before the SDK attempts to connect.
SurrealDB version
surreal 2.0.0-beta_3
Contact Details
ryan.z.adam@gmail.com
Is there an existing issue for this?
Code of Conduct