Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloudflare Workers compatibility #76

Closed
thejackshelton opened this issue Mar 25, 2024 · 1 comment
Closed

Cloudflare Workers compatibility #76

thejackshelton opened this issue Mar 25, 2024 · 1 comment

Comments

@thejackshelton
Copy link
Member

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`.

reproduction:
https://github.com/vadym-oliinyk/astro-qwik-cloudflare

More context on the issue:
https://discord.com/channels/830184174198718474/1221919048191840428/1221919048191840428

@thejackshelton
Copy link
Member Author

thejackshelton commented Mar 28, 2024

Hey friends! Alex has done an awesome job removing the extra esbuild step, which seemed to be causing our issue with workers!

TLDR: you can use cloudflare workers in Qwik with v10 of the adapter.

I will still need to find the root cause of the issue in v9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant