aymeric-giraudet / svelte-algolia-instantsearch

A Svelte component library for Algolia InstantSearch.js
https://svelte-algolia-instantsearch.vercel.app/
MIT License
45 stars 12 forks source link

A hanging Promise was canceled on cloudflare #38

Open sefai opened 4 months ago

sefai commented 4 months ago

SSR suggestion works with node but throws "A hanging Promise was canceled. This happens when the worker runtime is waiting for a Promise from JavaScript to resolve, but has detected that the Promise cannot possibly ever resolve because all code and events related to the Promise's I/O context have already finished." error on cloudflare adapter. What could be the problem?