You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typesense Client https://github.com/typesense/typesense-js/releases/tag/v2.0.0-14 has support for the axiosAdapter without which the older client version is currently breaking our Cloudflare Worker react-instantsearch-nextjs functionality. This adapter uses the older v1 client.
Steps to reproduce
When using the react-instantsearch-nextjs adapter on Cloudflare Workers you see this error message:
This is because it uses standard Axios in the background instead of Axios Fetch. I need it to use Axios Fetch.
Expected Behavior
I want SSR rendering on NextJS Cloudflare Pages. Without it none of our page links work because our routing logic isn't being picked up. I expect the nextjs adapter to read our page routes and be search engine friendly.
Actual Behavior
I am seeing an error message on Cloudflare Pages when trying to load search.
The text was updated successfully, but these errors were encountered:
Description
Typesense Client https://github.com/typesense/typesense-js/releases/tag/v2.0.0-14 has support for the axiosAdapter without which the older client version is currently breaking our Cloudflare Worker react-instantsearch-nextjs functionality. This adapter uses the older v1 client.
Steps to reproduce
When using the react-instantsearch-nextjs adapter on Cloudflare Workers you see this error message:
This is because it uses standard Axios in the background instead of Axios Fetch. I need it to use Axios Fetch.
Expected Behavior
I want SSR rendering on NextJS Cloudflare Pages. Without it none of our page links work because our routing logic isn't being picked up. I expect the nextjs adapter to read our page routes and be search engine friendly.
Actual Behavior
I am seeing an error message on Cloudflare Pages when trying to load search.
The text was updated successfully, but these errors were encountered: