Typesense search breaks the app when refreshing the page.

This error only shows up when I refresh the page that contains a search. When navigating to the page, it does not throw error.
Has anyone successfully implemented typesense search on cloudflare pages? I am using sveltekit for your reference.
No description
1 Reply
goofysystem
goofysystem3mo ago
GitHub
Is the adapter compatible with vite/ESM? · Issue #199 · typesense/t...
Description Hi, when I try to run a page with the react example in a remix route it launches an error I think it is related with CJS/ESM Steps to reproduce Create a new Remix Vite app: npx create-r...