Skip to content

Indexing failing in sidekiq #770

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
chuang-CE opened this issue Mar 3, 2025 · 0 comments
Closed

Indexing failing in sidekiq #770

chuang-CE opened this issue Mar 3, 2025 · 0 comments

Comments

@chuang-CE
Copy link
Collaborator

Envelopes are failing to process due to missing "@context" key, but the envelopes resources that is in my database has the @context parameter. ex:
An envelope like this is failing when it shouldn't
{
"@id": "http://localhost:9292/graph/ce-60ecbdb4-6e4f-4dde-8aba-b7526e22fada",
"@graph": [
{
"@id": "http://localhost:9292/resources/ce-60ecbdb4-6e4f-4dde-8aba-b7526e22fada",
"@type": "ceterms:Occupation",
"ceterms:ctid": "ce-60ecbdb4-6e4f-4dde-8aba-b7526e22fada",
"ceterms:name": {
"en-us": "Test"
},
"ceterms:description": {
"en-us": "test"
},
"ceterms:codedNotation": "1"
}
],
"@context": "http://host.docker.internal:7109/rdf/context/json"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants