-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
turbo watch
: "discovery failed: bad grpc status code: The operation was cancelled" on macOS case-sensitive volumes
#9536
Comments
turbo watch
: discovery failed: bad grpc status code: The operation was cancelledturbo watch
: discovery failed: bad grpc status code: The operation was cancelled" on macOS case-sensitive volumes
turbo watch
: discovery failed: bad grpc status code: The operation was cancelled" on macOS case-sensitive volumesturbo watch
: "discovery failed: bad grpc status code: The operation was cancelled" on macOS case-sensitive volumes
+1 seeing the same issue |
I had the same issue on linux (ubuntu 24.04). Tried to run with |
Try running While This issue appears to occur when the daemon is not running. I'm facing the same issue on devcontainer( |
The suggestions above didn't work for me. I even tried to start an application powered by turbo in APFS case-insensitive volume which didn't work either. macOS version: 15.2 Temporary solution that worked:
|
Consistent issue during docker build on non-persistent tasks. |
Verify canary release
Link to code that reproduces this issue
https://github.com/hrstkatomas/test-monorepo-tooling
Which canary version will you have in your reproduction?
turbo 2.3.3
Enviroment information
Expected behavior
Should run the project in watch mode without any issues on MacOS on both case-sensitive and case-insensitive file systems.
Actual behavior
When running
turbo watch [command]
on MacOS on case-sensitive volume, I get this error:After running
turbo daemon clean
I receive a slightly different error for the following run:To Reproduce
turbo watch build
Additional context
The same repository works as expected when I clone it onto case-insensitive volume
The text was updated successfully, but these errors were encountered: