The credentials could not be verified – please check your settings
-
Hi.
I’ve setup Typesense on my vps.
curl https://localhost:8108/health
and
https://mysite.com/typesense/health
gives
{"ok":true}
I’ve found the Admin API key in /etc/typesense/typesense-server.ini and created a Search API key via
curl 'https://localhost:8108/keys' \ -X POST \ -H "X-TYPESENSE-API-KEY: myadminkey" \ -H 'Content-Type: application/json' \ -d '{"description":"Search-only companies key.","actions": ["documents:search"], "collections": ["*"]}'
So, on plugin configuration page, when I enter relevant details and click save it says The credentials could not be verified – please check your settings.
I chose https as protocol and node url is mysite.com, and port is 443.
I could not find a solution, what am I doing wrong?
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.