I’m trying out the algolia integration and think I...
# prisma-whats-new
m
I’m trying out the algolia integration and think I’ve set it up properly but I’m not seeing the index creation on the algolia side. Do I need to create the index in algolia or will the integration take care of that?
n
@mel you don't need to create the index
@mel did you make sure to give the key the correct access rights?
m
I gave what was shown in the screenshot
add records and delete records
n
yes that's correct
Does the console show any errors?
m
algolia console?
n
No I'm sorry, the Chrome DevTools console
when you create the index in the Graphcool ii
ui
m

https://puu.sh/v2waR/af84a20184.png

I’m seeing activity on the algolia side but not records 😕
let me check

https://puu.sh/v2wfr/cbce3905c9.png

n
oh so
its the index now created?
m
yes i manually created it. should I delete?
n
no, is the name the same as in Graphcool?
then you could try to do some update to a node in the model the index is defined on
m
the name is the same. just performed and update to the query but still no records
n
alright, could you please create an issue here?https://github.com/graphcool/console looks like an issue with the Algolia integration
sorry about that!
will investigate it tomorrow back in the office 🙂
m
great! thanks
👍 1
@nilan I think I figured it out. It only adds new items to the index. Not items that existed before the integration
n
that's what the update of a node should do though