TJ
04/22/2024, 10:45 AMinventory
collection's schema using:
{
"fields": [
{
"name": "productId",
"drop": true
},
{
"facet": false,
"index": true,
"infix": false,
"locale": "",
"name": "productId",
"optional": true,
"sort": false,
"type": "string",
"reference": "products._id"
}
]
}
This returned a success response. However, when I make a request on the products
collection and attempt to join on the inventory
collection, I get:
{
"message": "Failed to join on `inventory.dev`: No reference field found."
}
inventory
aliases to <http://inventory.dev|inventory.dev>