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

apiUrl is not working #166

Closed
ghost opened this issue May 11, 2023 · 2 comments
Closed

apiUrl is not working #166

ghost opened this issue May 11, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented May 11, 2023

馃悰 Bug Report

I configure apiUrl but turborepo only use default cache

To Reproduce

config.json

{
  "teamId": "team_name",
  "apiUrl": "http://localhost:3000"
}

package.json

{
  "build": "turbo run build --token=token_name"
}

Paste the results here:

image

Log prints remote cache is enabled but cache files still create in default path

Your Environment

  • os: Mac
@ghost
Copy link
Author

ghost commented May 11, 2023

It seems request isn't reached
I try to log every requests
But there is no log when build

app.use((req, res, next) => {
  console.log("Time:", Date.now());
  next();
});

@ghost
Copy link
Author

ghost commented May 11, 2023

Maybe this is bug of turborepo

This issue was closed.
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

0 participants