Hello everyone, Good evening Hope everyone is doin...
# community-help
d
Hello everyone, Good evening Hope everyone is doing well
I am developing an application and am switching from Algolia to Typesense.
I am having a little trouble initialising Typesense in my project.
I am writing this code in my search screen to initialise Typesense
final typesense = Client(
Configuration(
'apikey',
nodes: [
Node(
protocol: Protocol.https,
host: 'qkcwu04vstijgn53p-1.a1.typesense.net',
port: 443,
),
],
numRetries: 3, // Number of retries in case of network failure
),
);
it keeps showing error Can anyone please point out my mistake? Thank you
j
Could you share the exact error you're seeing?
d
Hi Jason, I solved the error. someone from Slack helped me Thank you very much
👍 1
Sorry for the delayed response