When importing into bolt.dir I get
Failed to import repository
and this in my logs:
app-dev-1 | Git proxy error: TypeError: fetch failed
app-dev-1 | at node:internal/deps/undici/undici:13185:13
app-dev-1 | at processTicksAndRejections (node:internal/process/task_queues:95:5)
app-dev-1 | at handleProxyRequest (/app/app/routes/api.git-proxy.$.ts:30:22)
app-dev-1 | at Object.callRouteLoader (/app/node_modules/.pnpm/@remix-run+server-runtime@2.15.0_typescript@5.7.2/node_modules/@remix-run/server-runtime/dist/data.js:59:16)
app-dev-1 | at /app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:4899:19
app-dev-1 | at callLoaderOrAction (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:4963:16)
app-dev-1 | at async Promise.all (index 0)
app-dev-1 | at defaultDataStrategy (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:4772:17)
app-dev-1 | at callDataStrategyImpl (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:4835:17)
app-dev-1 | at callDataStrategy (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:3992:19)
app-dev-1 | at loadRouteData (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:3937:19)
app-dev-1 | at queryImpl (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:3696:20)
app-dev-1 | at Object.queryRoute (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:3629:18)
app-dev-1 | at handleResourceRequest (/app/node_modules/.pnpm/@remix-run+server-runtime@2.15.0_typescript@5.7.2/node_modules/@remix-run/server-runtime/dist/server.js:402:20)
app-dev-1 | at requestHandler (/app/node_modules/.pnpm/@remix-run+server-runtime@2.15.0_typescript@5.7.2/node_modules/@remix-run/server-runtime/dist/server.js:156:18)
app-dev-1 | at /app/node_modules/.pnpm/@remix-run+dev@2.15.0_@remix-run+react@2.15.0_react-dom@18.3.1_react@18.3.1__react@18.3.1_typ_3djlhh3t6jbfog2cydlrvgreoy/node_modules/@remix-run/dev/dist/vite/cloudflare-proxy-plugin.js:70:25 {
app-dev-1 | [cause]: InvalidArgumentError: invalid connection header
app-dev-1 | at processHeader (node:internal/deps/undici/undici:2153:17)
app-dev-1 | at new Request (node:internal/deps/undici/undici:1983:15)
app-dev-1 | at Client.[dispatch] (node:internal/deps/undici/undici:7502:25)
app-dev-1 | at Intercept (node:internal/deps/undici/undici:7237:20)
app-dev-1 | at Client.[Intercepted Dispatch] (node:internal/deps/undici/undici:557:16)
app-dev-1 | at Client.dispatch (node:internal/deps/undici/undici:573:44)
app-dev-1 | at Pool.[dispatch] (node:internal/deps/undici/undici:804:32)
app-dev-1 | at Pool.dispatch (node:internal/deps/undici/undici:573:44)
app-dev-1 | at Agent.[dispatch] (node:internal/deps/undici/undici:7924:27)
app-dev-1 | at Agent.Intercept (node:internal/deps/undici/undici:7237:20)
app-dev-1 | at Agent.dispatch (node:internal/deps/undici/undici:573:44)
app-dev-1 | at node:internal/deps/undici/undici:10834:55
app-dev-1 | at new Promise (<anonymous>)
app-dev-1 | at dispatch (node:internal/deps/undici/undici:10834:16)
app-dev-1 | at httpNetworkFetch (node:internal/deps/undici/undici:10731:73)
app-dev-1 | at httpNetworkOrCacheFetch (node:internal/deps/undici/undici:10617:39)
app-dev-1 | at httpFetch (node:internal/deps/undici/undici:10450:43)
app-dev-1 | at schemeFetch (node:internal/deps/undici/undici:10367:18)
app-dev-1 | at node:internal/deps/undici/undici:10212:26
app-dev-1 | at mainFetch (node:internal/deps/undici/undici:10231:11)
app-dev-1 | at fetching (node:internal/deps/undici/undici:10179:7)
app-dev-1 | at fetch (node:internal/deps/undici/undici:10048:20)
app-dev-1 | at fetch (node:internal/deps/undici/undici:13183:10)
app-dev-1 | at fetch (node:internal/bootstrap/web/exposed-window-or-worker:72:12)
app-dev-1 | at handleProxyRequest (/app/app/routes/api.git-proxy.$.ts:30:28)
app-dev-1 | at loader (/app/app/routes/api.git-proxy.$.ts:20:10)
app-dev-1 | at Object.callRouteLoader (/app/node_modules/.pnpm/@remix-run+server-runtime@2.15.0_typescript@5.7.2/node_modules/@remix-run/server-runtime/dist/data.js:59:22)
app-dev-1 | at handler (/app/node_modules/.pnpm/@remix-run+server-runtime@2.15.0_typescript@5.7.2/node_modules/@remix-run/server-runtime/dist/routes.js:54:39)
app-dev-1 | at actualHandler (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:4887:14)
app-dev-1 | at /app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:4901:13
app-dev-1 | at runHandler (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:4906:6)
app-dev-1 | at callLoaderOrAction (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:4963:22)
app-dev-1 | at Object.resolve (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:4814:11)
app-dev-1 | at map (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:4772:62)
app-dev-1 | at Array.map (<anonymous>)
app-dev-1 | at dataStrategyImpl (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:4772:49)
app-dev-1 | at callDataStrategyImpl (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:4835:23)
app-dev-1 | at callDataStrategy (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:3992:25)
app-dev-1 | at loadRouteData (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:3937:25)
app-dev-1 | at queryImpl (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:3696:26)
app-dev-1 | at Object.queryRoute (/app/node_modules/.pnpm/@remix-run+router@1.21.0/node_modules/@remix-run/router/router.ts:3629:24)
app-dev-1 | at handleResourceRequest (/app/node_modules/.pnpm/@remix-run+server-runtime@2.15.0_typescript@5.7.2/node_modules/@remix-run/server-runtime/dist/server.js:402:40)
app-dev-1 | at requestHandler (/app/node_modules/.pnpm/@remix-run+server-runtime@2.15.0_typescript@5.7.2/node_modules/@remix-run/server-runtime/dist/server.js:156:24)
app-dev-1 | at /app/node_modules/.pnpm/@remix-run+dev@2.15.0_@remix-run+react@2.15.0_react-dom@18.3.1_react@18.3.1__react@18.3.1_typ_3djlhh3t6jbfog2cydlrvgreoy/node_modules/@remix-run/dev/dist/vite/cloudflare-proxy-plugin.js:70:31
app-dev-1 | at processTicksAndRejections (node:internal/process/task_queues:95:5) {
app-dev-1 | code: 'UND_ERR_INVALID_ARG'
app-dev-1 | }
app-dev-1 | }
is import repo working?
I do have my github personal access token set in the UI