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
3006 port is down now
I have not seen this error before, but see now, when testing russian-laws and therefore creating a lot of links. Maybe gitpod disk is out of memory? If yes it is one more reason to integrate linksplatform with deep as fast as we can because those htmls are not too big (a few megabyes) and I have run test approximately 5-20 times
No, disk memory is not the reason, deep takes 10gb:
gitpod /workspace/dev (main) $ du -sh
9.4G .
If I restart deep 3006 port will open:
5:31:14 PM - Starting compilation in watch mode...
[6]
[0]
[0] > @deep-foundation/[email protected] dev
[0] > next dev "-p" "3007"
[0]
[1]
[1] > @deep-foundation/[email protected] dev
[1] > (cd local && docker-compose down || true) && cross-env PORT=3006 npm run launch
[1]
[3]
[3] > @deep-foundation/[email protected] dev
[3] > next dev
[3]
[2]
[2] > @deep-foundation/[email protected] start-engine-docker
[2] > npm run start-engine-docker-core
[2]
[1] time="2024-03-11T17:31:15Z" level=warning msg="The \"MIGRATIONS_DATE_TYPE_SQL\" variable is not set. Defaulting to a blank string."
[1] time="2024-03-11T17:31:15Z" level=warning msg="The \"DEFAULT_RL_CRON_SCHEDULE\" variable is not set. Defaulting to a blank string."
[1] time="2024-03-11T17:31:15Z" level=warning msg="The \"MOESIF_TOKEN\" variable is not set. Defaulting to a blank string."
[1] time="2024-03-11T17:31:15Z" level=warning msg="The \"RESERVED_LIFETIME_MS\" variable is not set. Defaulting to a blank string."
[1] time="2024-03-11T17:31:15Z" level=warning msg="The \"MIGRATIONS_RL_TABLE\" variable is not set. Defaulting to a blank string."
[1] time="2024-03-11T17:31:15Z" level=warning msg="The \"DEEPLINKS_HASURA_STORAGE_URL\" variable is not set. Defaulting to a blank string."
[1] time="2024-03-11T17:31:15Z" level=warning msg="The \"MIGRATIONS_SCHEMA\" variable is not set. Defaulting to a blank string."
[1] time="2024-03-11T17:31:15Z" level=warning msg="The \"DEEPLINKS_PORT\" variable is not set. Defaulting to a blank string."
[2]
[2] > @deep-foundation/[email protected] start-engine-docker-core
[2] > cd ./../../node_modules/@deep-foundation/hasura && npm run docker
[2]
[3] - ready started server on 0.0.0.0:4000, url: http://localhost:4000
[1]
[1] > @deep-foundation/[email protected] launch
[1] > npm run package:build && node ./index.js;
[1]
[3] - info Loaded env from /workspace/dev/packages/sdk/.env.development
[2]
[2] > @deep-foundation/[email protected] docker
[2] > cross-env JWT_SECRET="{\"type\":\"HS256\",\"key\":\"3EK6FD+o0+c7tzBNVfjpMkNDi2yARAAKzQlk8O2IKoxQu4nF7EdAh8s3TwpHwrdWT6R\"}" HASURA_GRAPHQL_DATABASE_URL=postgres://postgres:postgrespassword@postgres:5432/postgres HASURA_GRAPHQL_ENABLE_CONSOLE=true HASURA_GRAPHQL_DEV_MODE=true HASURA_GRAPHQL_LOG_LEVEL=debug HASURA_GRAPHQL_ENABLED_LOG_TYPES="startup, http-log, webhook-log, websocket-log, query-log" HASURA_GRAPHQL_ADMIN_SECRET=myadminsecretkey HASURA_GRAPHQL_ENABLE_REMOTE_SCHEMA_PERMISSIONS=true HASURA_GRAPHQL_UNAUTHORIZED_ROLE=undefined POSTGRES_USER=postgres POSTGRES_PASSWORD=postgrespassword PGGSSENCMODE=disable PGSSLMODE=disable PGREQUIRESSL=0 MINIO_ROOT_USER=minioaccesskey MINIO_ROOT_PASSWORD=miniosecretkey HASURA_STORAGE_DEBUG=true HASURA_METADATA=1 HASURA_ENDPOINT=http://host.docker.internal:8080/v1 S3_ENDPOINT=http://host.docker.internal:9000 S3_ACCESS_KEY=minioaccesskey S3_SECRET_KEY=miniosecretkey S3_BUCKET=default S3_ROOT_FOLDER=default POSTGRES_MIGRATIONS=0 POSTGRES_MIGRATIONS_SOURCE=postgres://postgres:[email protected]:5432/postgres?sslmode=disable npm run docker-local
[2]
[1]
[1] > @deep-foundation/[email protected] package:build
[1] > tsc --project tsconfig.json
[1]
[3] - warn Invalid next.config.js options detected:
[3] - warn The root value has an unexpected property, strictMode, which is not in the list of allowed properties (amp, analyticsId, assetPrefix, basePath, cleanDistDir, compiler, compress, configOrigin, crossOrigin, devIndicators, distDir, env, eslint, excludeDefaultMomentLocales, experimental, exportPathMap, generateBuildId, generateEtags, headers, httpAgentOptions, i18n, images, modularizeImports, onDemandEntries, optimizeFonts, output, outputFileTracing, pageExtensions, poweredByHeader, productionBrowserSourceMaps, publicRuntimeConfig, reactStrictMode, redirects, rewrites, sassOptions, serverRuntimeConfig, skipMiddlewareUrlNormalize, skipTrailingSlashRedirect, staticPageGenerationTimeout, swcMinify, target, trailingSlash, transpilePackages, typescript, useFileSystemPublicRoutes, webpack).
[3] - warn See more info here: https://nextjs.org/docs/messages/invalid-next-config
[0] ▲ Next.js 14.1.0
[0] - Local: http://localhost:3007
[0]
[0] ⚠ Invalid next.config.js options detected:
[0] ⚠ Unrecognized key(s) in object: 'webpack5', 'future', 'strictMode'
[0] ⚠ See more info here: https://nextjs.org/docs/messages/invalid-next-config
[2]
[2] > @deep-foundation/[email protected] docker-local
[2] > cd ./local && docker-compose -p deep up -d && cd ../
[2]
[2] time="2024-03-11T17:31:18Z" level=warning msg="volume \"deep-db-data\" already exists but was not created by Docker Compose. Use `external: true` to use an existing volume"
[2] Container deep-minio Running
[2] Container deep-postgres Running
[2] Container deep-hasura Running
[2] Container deep-hasura-storage Running
[2] npm run gitpod-engine exited with code 0
[0]
[0] We detected TypeScript in your project and reconfigured your tsconfig.json file for you. Strict-mode is set to false by default.
[0] The following suggested values were added to your tsconfig.json. These values can be changed to fit your project's needs:
[0]
[0] - strictNullChecks was set to true
[0]
[3] - event compiled client and server successfully in 2.2s (20 modules)
[3] - wait compiling...
[3] - event compiled client and server successfully in 817 ms (20 modules)
[0] ✓ Ready in 12.2s
[6]
[6] 5:31:39 PM - Found 0 errors. Watching for file changes.
[1] [HPM] Proxy created: / -> http://localhost:8080
[1] [HPM] Proxy rewrite rule created: "/gql" ~> "/v1/graphql"
[1] [HPM] Subscribed to http-proxy events: [ 'error', 'close' ]
[1] [HPM] Proxy created: / -> http://localhost:8000
[1] [HPM] Subscribed to http-proxy events: [ 'error', 'close' ]
[1] [HPM] Proxy created: / -> http://localhost:8080
[1] [HPM] Subscribed to http-proxy events: [ 'error', 'close' ]
[1] [HPM] Rewriting path from "/gql" to "/v1/graphql"
[1] [HPM] POST /gql ~> http://localhost:8080
[5] JavaScript Docker Isolation Provider startup triggered.
[5] (cd packages/deeplinks && until [ -f ./warmup.js ]; do sleep 1; done && npm run warmup) exited with code 0
[7]
[7] 5:31:48 PM - Found 0 errors. Watching for file changes.
[1] [HPM] Rewriting path from "/gql" to "/v1/graphql"
[1] [HPM] POST /gql ~> http://localhost:8080
[1] [HPM] Rewriting path from "/gql" to "/v1/graphql"
[1] [HPM] POST /gql ~> http://localhost:8080
Error
Description
3006 port is down now
I have not seen this error before, but see now, when testing russian-laws and therefore creating a lot of links. Maybe gitpod disk is out of memory? If yes it is one more reason to integrate linksplatform with deep as fast as we can because those htmls are not too big (a few megabyes) and I have run test approximately 5-20 times
No, disk memory is not the reason, deep takes 10gb:
If I restart deep 3006 port will open:
Forked from deep-foundation/deeplinks#326 by https://github.com/konard/gh-org-migrator
The text was updated successfully, but these errors were encountered: