Route Resolver Error: An invalid API response was returned

Hi @soulfarm.dev ,

I'll be happy to help :slight_smile:

So this can be a number of things. For Next.js users, there have been issues around caching and there are a number of solutions offered here:

The main takeaway is that the master ref is being cached by Next.js, and this will break your website as you always need to most up-to-date ref to get the latest content.

Let me know if this thread helps.

If not please check that you're not doing any caching in your app itself, and if you can give me more detail about where/when this error is being thrown, that will really help. As much info about the error as possible will help us debug quicker.

Also if you can send me the query or URL querystring that will allow me to debug much faster as well.

Thanks.