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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote caching disabled since turbo 1.9.4 #170

Closed
albertehc opened this issue May 24, 2023 · 5 comments
Closed

Remote caching disabled since turbo 1.9.4 #170

albertehc opened this issue May 24, 2023 · 5 comments

Comments

@albertehc
Copy link

albertehc commented May 24, 2023

馃悰 Bug Report

Remote caching disabled since turbo 1.9.4

To Reproduce

Upgrade to >1.9.3 version

Expected behavior

Get Remote caching enabled

Since upgrade turborepo to 1.9.4 no way to get remove caching enable, someone have a fix or can reproduce the problem? thanks

@dobesv
Copy link

dobesv commented May 26, 2023

Are you getting any errors from the client or server? You can run turbo in a more verbose mode to get it to log information about when it tries to cache.

@NigelBreslaw
Copy link

It seems turborepo removed support for .turbo/config.json
I had to delete that file and set the needed properties per script in the root package.json e.g. turbo -v --team=team_example --token=ExampleToken --api=https://example.remote.cache.com build

@dobesv
Copy link

dobesv commented May 31, 2023

Oh interesting. You can also use environment variables, that's what we do. TURBO_API, TURBO_TEAMID, TURBO_TOKEN.

@albertehc
Copy link
Author

i just had to replace the config.json keys to lowercase and continue working

@fox1t
Copy link
Collaborator

fox1t commented Jun 1, 2023

We updated our docs to reflect this change a while ago. You can find the new version on the website https://ducktors.github.io/turborepo-remote-cache/custom-remote-caching

@fox1t fox1t closed this as completed Jun 1, 2023
@matteovivona matteovivona pinned this issue Jun 1, 2023
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

4 participants