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
When using both the @qwikdev/astro integration and @astrojs/cloudflare, there appears to be an incompatibility issue somewhere that causes the following error with SSR:
✘ [ERROR] Uncaught (in promise) Error: NoMatchingRenderer: Unable to render `Counter`.
There is 1 renderer configured in your `astro.config.mjs` file, but it was not able to server-side render `Counter`.
When using both the
@qwikdev/astro
integration and@astrojs/cloudflare
, there appears to be an incompatibility issue somewhere that causes the following error with SSR:reproduction:
https://github.com/vadym-oliinyk/astro-qwik-cloudflare
More context on the issue:
https://discord.com/channels/830184174198718474/1221919048191840428/1221919048191840428
The text was updated successfully, but these errors were encountered: