Kelly Davis
                                            Kelly Davis
                                        
                                    @jeffsee55 I am getting this error when trying to load blog posts in tina-cloud-starter in the monorepo: ``` Error querying file content/posts/anotherPost.mdx collection posts. Please run "tinacms audit" or add...
> Hi, has anybody been able to solve this issue? can you provide a Dockerfile that replicates the issue?
@psirenny can you provide a screenshot of the network console (in chrome dev tools) and any errors in the console.log that occur at the same time as the upload failed...
There should be a PUT request in the network requests following the GET request to /upload_url/panda.jpeg like this: Are you not seeing that?
Please install [email protected] in your project which adds some console debug logs around the media upload and retry an upload and share the browser dev console logs back here.
I mean open app.tina.io in a separate browser tab and log out
I don't think cursor based pagination should be a problem for SSG except for this [issue](https://github.com/vercel/next.js/discussions/11272). The recommended workaround appears to be leveraging a filesystem cache. I believe the way...
I just watched the office hours so I'm caught up on that conversation. The issue here is not primarily about the graphql interface (relay vs non-relay pagination). The issue is...
just a small update on this - I've been thinking about the tradeoffs for this, and I think it may be ok to do a offset -> cursor translation on...
> It's a glaring issue in contrast with relay, which [has this](https://graphql.org/learn/pagination/). As it is I see no way to paginate with only the number, and passing cursors in the...