Visual editor is using V2 API instead of V3

Please fill out as many of the following questions as possible so we can help you promptly! If you don’t know how to answer or it does not apply, feel free to remove it or leave it blank.

Builder content link

Builder public api key
5d0546160e954b87b82e2663451afcb1

What are you trying to accomplish
I’m trying to use the “Connect Data” feature to auto-add blog articles to my homepage, which is all working apart from the sort. I’ve set a sort field but it looks like the app is using the V2 API instead of the V3 API:

https://cdn.builder.io/api/v2/content/blog-article?apiKey=5d0546160e954b87b82e2663451afcb1&includeRefs=true&fields=data&sort.data.date=-1&limit=4&omit=data.blocks

IF I use the V3 API URL then the sorting works and “Digital Marketing” is first in the list:
https://cdn.builder.io/api/v3/content/blog-article?apiKey=5d0546160e954b87b82e2663451afcb1&includeRefs=true&fields=data&sort.data.date=-1&limit=4&omit=data.blocks

It feels like there’s an option I need to toggle somewhere but I haven’t found it

Tom

Hi @Valguss2001, We have moved your app(5d0546160e954b87b82e2663451afcb1) to V3. Now it should redirect to V3 automatically. Please check and let us know if you’ve further questions!

That’s got it. Thanks