wixdata.query("Members/FullData") collection does not exists

The “Members/FullData” collection was working file till yesterday and today, wix velo shows COLLECTION DOES NOT EXISTS. There was no change made in the code inside Wix Editor X.

I tried to create another sample function to see if it works, but looks like wix is having some trouble. Here is the sample code:

export async function testing(){

return await wixData.query("Members/FullData").find({"suppressAuth": true});

}

Here is the output:

This is impacting my 500+ users who are not able to login to website as we use “Members/FullData” collection to check if a users is a member of site or not.

1 Like

Why not use this API for that?

Maybe you should read this.
At moment a lot of issues are present on Wix-side.

Because you can’t query the data with it?

What data? Because with the getMember API you get all the Members Data in an Object. (Depending on which fieldset you specify).

Like all users, filtered by some condition, etc. GetMember only fetches a single record. Query over multiple users can’t be done with member api.

Certainly can be done…

https://dev.wix.com/docs/velo/api-reference/wix-members-v2/members/query-members