-
The documentation for querying objects using nested metadata fields is not correct.
https://www.cosmicjs.com/docs/api/queries#advanced-examples
The documentation shows examples where the query i…
-
Hiya folks,
Found that in this example the response to the await `cosmic.media.insertOne` returns object with an empty array of media
![image](https://github.com/cosmicjs/cosmic-sdk-js/assets/15…
-
An ampersand in the query string was breaking the request.
For example
```
cosmic.objects.find({
type: 'type',
title: 'Something & SomethingElse'
})
.props([
'id',
'titl…
-
It throws this out despite yarn being installed, nodeJS latest version and VueJS being installed.
-
I'm able to query single media objects using the following syntax:
```javascript
const post = await cosmic.media
.findOne({
name: '1234NAME.jpg'
})
const post = await cosmic.media
…
-
When I am trying to install packages before running the app it is giving error while resolving dependencies.
![image](https://github.com/cosmicjs/unft-marketplace/assets/16179313/6e06f0fd-364d-4939…
-
Hi, I just bumped into this error when cloned the repository:
Error: Image is missing required "src" property. Make sure you pass "src" in props to the `next/image` component. Received: {"width":2…
-
Hey team, thanks for awesome product. While I was trying this repo, I've found out that the `/about` is not working. I have forked the project and fixed it. Also, I have done couple of refactoring and…
-
Hi there! 👋
Massive kudos on the new sdk! 🙌 Been using cosmicjs for a while now, and with new dashboard beta, I had to give the new sdk a shot!
I'm having a bit of trouble setting things up, s…
-
I cannot remote schema in apollo server 2.0.
example
```javascript
// index.js
import schema from './remoteSchema'
const server = new Apollo({
...
schema: await makeMergedSchema(urls), {
…