Collection not created?
-
Seems like the plugin is not creating the necessary collection? When I retrieve all collections on my cluster, I get only my (unrelated) test collection created via curl previously, none from plugin. Connection with cluster URL and API key seems to work fine – no errors.
When I generate API key in cluster I only get admin key, and that’s the only API key I provided in plugin settings – because I can only provide a search API key for a specific collection if that collection exists. And I don’t want to have to create the collection manually. Shouldn’t the schema come from the plugin?
When I click index on post type, I get following error in my error logs:
WP_Error::__set_state(array(
'errors' =>
array (
404 =>
array (
0 => 'Not Found',
),
),
'error_data' =>
array (
),
'additional_data' =>
array (
),
))Btw, in debug logs I get HTML response from Github that I need to authenticate. But I did this already and can’t find any place to do it.
- The topic ‘Collection not created?’ is closed to new replies.