Cant connect to strapi using Strapi Collection

I have a strapi server set up, which i confirmed is accessible by its api https://xxx.yyy.com/api/blogs

In Plasmic I have given it the host of “https://xxx.yyy.com/” (not including /api/)

When I set this up, and enter the collection name (blogs) i get an error “Error in strapi collection cannot convert undefined or null to object”

Any other settings i use for both the connection or the collection names will just give me the error “please provide a valid collection”

Hello @nick_dart, can you please share the strapi api link?

Example:

https://strapi.kyra.com/api/blogs

Hello @nick_dart, Strapi 5 was recently released with some breaking changes to the response format, causing your integration to break. We have identified the issue and are working on a fix.

Hello @nick_dart, we have added support for Strapi v5. Your API should now work with Strapi components.