You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing a problem and need some help: We have a remote cache configured. It's the open source cache from Ducktors. Whenever I run turbo run locally, it tells me that it's using the remote cache:
Screenshot
But apparently it didn't upload the cache to the remote server (only on my local machine). Checking it with the --dry command, it always says "Caching (remote) = false"
Screenshot
There are no error logs, also turbo scan is returning "Remote cache enabled"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hi all,
I'm facing a problem and need some help: We have a remote cache configured. It's the open source cache from Ducktors. Whenever I run
turbo runlocally, it tells me that it's using the remote cache:Screenshot
But apparently it didn't upload the cache to the remote server (only on my local machine). Checking it with the
--drycommand, it always says "Caching (remote) = false"Screenshot
There are no error logs, also
turbo scanis returning "Remote cache enabled"Screenshot
Additional information
Partial
turbo.json{ "$schema": "https://turborepo.org/schema.json", "globalDependencies": ["tsconfig.json"], "ui": "stream", "remoteCache": { "apiUrl": "https://turbocache.my-custom-host.com", "teamSlug": "my-custom-team" }, "tasks": { "build": { "dependsOn": ["^build"], "env": ["NODE_ENV", "BUILD_TARGET", "IS_REMOTE", "AZURE_CDN_URL", "APPLICATION_INSIGHTS_KEY"], "outputs": ["dist/**", "src/routes.ts", "swagger.yaml"], "outputLogs": "new-only" }, } }Beta Was this translation helpful? Give feedback.
All reactions