After deploying strapi to Render graphql query returns { data: null }

I’ve configured strapi locally with graphql and everything works perfectly.

After deploying to Render.com when I send request via Postman the response is showing
{ datat: null }

I’ve been looking for answer everywhere, but can’t find a clue.

  • I’ve added api key, and set Authorization bearer token in the request.
  • Content loads fine in admin panel. Same query to local instance works fine.

Does anyone have a clue what I might missing?

This topic has been created from a Discord post (1240574261664546898) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

nevermind, I forgot to publish content :man_facepalming: