Replies: 2 comments
-
[
{
"_id": "drupal:node:page:4cdeefbb-3e30-473b-a38e-0f023ced5d35",
"body": { ... }
}
] Oddly enough there is only _id and body. Other keys like _draft, _path, etc. are missing |
Beta Was this translation helpful? Give feedback.
0 replies
-
Turns out I need to add an extension to the key. The transformer doesn't know what to do otherwise:
Also Guess I use __ instead |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm building a custom driver. It gets the data just fine:
The content queries are always empty though. Can't wrap my head around what's wrong.
config:
app.vue
Empty array from find() and 404 for findOne()
I did something similar a while back for gitlab api, which worked just fine. Just can't find the error in this one :(
I tried all different formats for queryContent. With '/', ':', array of string, prefixing the driver name etc.
Beta Was this translation helpful? Give feedback.
All reactions