Closed theahmadzai closed 7 years ago
I think that this is related to issues like these: https://stackoverflow.com/a/17552710/3185307, did you try those solutions?
Worked ran command window as administrator :)
Another issue appeared
$ ALGOLIA_API_KEY='XXX' jekyll algolia push
Configuration file: D:/www/durableblog/website/_config.yml
Indexing 47 items
Algolia Error: HTTP Error
Cannot POST to https://6WGYCY2OL1-2.algolianet.com/1/indexes/durableblog_tmp/batch: {"message":"Record at the position 43 is too big size=16366 bytes. Contact us if you need an extended quota","position":43,"status":400} (400)
my config in config.yml is
algolia:
application_id: '.....'
index_name: '.....'
is there anything else to set?
Hey @theahmadzai, you just posted your private API key on a public forum. I edited your message, but you better revoke this key and generate a new one.
As for your issue, it's because your record is bigger than 10kb, you can split it up with the instructions in the error message here
Have a nice day!
Oh lol.. Thanks, I revoked it anyways I solved everything thanks.
perfect @theahmadzai
Getting an error when installing "algoliasearch-jekyll"
Ruby 2.3 Jekyll 3.5
gem install algoliasearch-jekyll
is causing this errorwhen running bundle install and adding
algoliasearch-jekyll
to Gemfile also not workingMy Gemfile
Also deleted the gemfile.lock then ran bundle install still won't work