Hi All, I have upgraded from typesense-php 4.8 to ...
# community-help
s
Hi All, I have upgraded from typesense-php 4.8 to typesense-php 5.1. After this update, I'm getting persistent "Invalidated schema prompt cache for collection" messages for each collection in my Typesense server logs. Issue Details: PHP Client: Upgraded from 4.8 -> 5.1 Problem: Schema cache invalidation messages persist even after: Deleting collections (e.g., col_user_1234 - deleted but still getting cache messages) Clearing cache via API: POST /operations/cache/clear (returns {"success":true})
f
The client won't interact with the cache by itself. There have been no changes to the operations API in the client. This may be a coincidence rather than a correlation. Can you share the logs?