Redis: Error reply, no such index #507
Unanswered
voytech-net
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to make this package work with Next.js 14 and Redis. I have added both Redis JSON and Redis search modules to our redis stack and I am currently getting this error:
│ revalidateTag failed for N_T/layout [ErrorReply: idx:tags: no such index]
I understand this comes from the lack of index in RedisSearch module and running FT.LIST tells me there is no such index.
How is the index created? Should I do it manually?
Thanks for any responses!
V.
Beta Was this translation helpful? Give feedback.
All reactions