Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Loading Austlang times out in the develop app #103

@beepsoft

Description

@beepsoft

For some time now the develop app fails loading the datapacks:

> npm run develop

> @describo/crate-builder-component@0.76.2 develop
> npm install && npm run update-dependencies && npm run start:elastic && vite && npm run stop:elastic


up to date, audited 1255 packages in 2s

227 packages are looking for funding
  run `npm fund` for details

18 vulnerabilities (1 low, 8 moderate, 9 high)

To address issues that do not require attention, run:
  npm audit fix

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.

> @describo/crate-builder-component@0.76.2 update-dependencies
> bash -x ./update-deps.sh

+ npx esbuild ./node_modules/validate-iri/lib/Validate.js --bundle --format=esm --outfile=./src/crate-builder/lib/validate-iri.js

  src/crate-builder/lib/validate-iri.js  4.1kb

⚡ Done in 68ms

> @describo/crate-builder-component@0.76.2 start:elastic
> docker compose up -d && npm run load:datapacks

[+] Running 1/1
 ✔ Container crate-builder-component-search-1  Started                                                                                                                                                                                                                         2.7s 

> @describo/crate-builder-component@0.76.2 load:datapacks
> sleep 10 && node ./load-data-packs.cjs

Loading Austlang
Request timed out

To be able to proceed I disable datapack loading in load-data-packs.cjs for now, but then these datapack based properties won't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions