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
For some time now the develop app fails loading the datapacks:
> npm run develop
> @describo/[email protected] 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/[email protected] 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/[email protected] start:elastic
> docker compose up -d && npm run load:datapacks
[+] Running 1/1
✔ Container crate-builder-component-search-1 Started 2.7s
> @describo/[email protected] 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.
The text was updated successfully, but these errors were encountered:
For some time now the develop app fails loading the datapacks:
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.The text was updated successfully, but these errors were encountered: