-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Serve command timeout issue after upgrade (v2.2.0) #58
Comments
Hey @mnlbox, thanks for creating this issue. I will take a look today. |
@mnlbox, the latest version of this package only supports Nx ^19.0.0; your workspace is using Nx 18.3, which, depending on your package manager, can try to install both versions of nx simultaneously, which could cause weird issues. I cannot guarantee that's the issue here. But it doesn't help. |
Please create a reproduction of the problem and share it here so I can be more helpful. I was not able to reproduce it locally. |
Thanks; I missed that. I thought you were using the last one. |
I attempted to replicate the issue in a new repository but was unsuccessful. I would greatly appreciate your help in creating a reproduction so I can figure out a possible plugin issue. |
I tried to test my app directly with
|
It seems it's related to "@cloudflare/workers-types" package. Which version of "@cloudflare/workers-types" package should I use with "@naxodev/nx-cloudflare" package? |
For that version Try with this version of wrangler "wrangler": "^3.48.0", |
I don't know why but after adding
But this one is working without any issue.
I don't know maybe it's a docker issue. 🤔 |
OK it seems it's a docker issue started from v 26.0.0 https://github.com/moby/moby/releases/tag/v26.0.0 So we should mention |
Great finding @mnlbox ! I'm glad you found a solution. I will close this one now, but please let me know if you have any future issues or suggestions for improving the plugin! I hope you have a great week. |
Sure, I'll create more Hono projects with your awesome tool next week. Hope to switch to the latest version and I'll back to you if I faced any issue. |
Hi @NachoVazquez
I upgraded some of my packages and it seems all cloudflare workder projects that I have this monorepo stopped working.
I don't have any error and I'm getting server is running like this:
But all request that I'm sending via Postman timeout after a long waiting. Any idea?
Steps to Reproduce
I even tried to test with a fresh new project but it seems the combination of packages with the versions mentioned below is not working.
Nx Report
Failure Logs
No response
Operating System
Additional Information
I'm using Linux in a Mac with VsCode devContainer
The text was updated successfully, but these errors were encountered: