If i make a request to /restaurants i get all restorant
{
"data": [
{
"id": 2,
"documentId": "hrgvik1p126n8dsltq3ouc90",
"Name": "Biscuitte",
"Description": [
{
"type": "paragraph",
"children": [
{
"text": "Welcome to Biscotte restaurant! Restaurant Biscotte offers a cuisine based on fresh, quality products, often local, organic when possible, and always produced by passionate producers.",
"type": "text"
}
]
}
],
"createdAt": "2024-10-08T12:54:04.762Z",
"updatedAt": "2024-10-08T12:54:25.657Z",
"publishedAt": "2024-10-08T12:54:25.671Z",
"locale": null
}
],
"meta": {
"pagination": {
"page": 1,
"pageSize": 25,
"pageCount": 1,
"total": 1
}
}
}
but when i try to get the restaurant with id 2 i get an error
This topic has been created from a Discord post (1293208008720908481) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord