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});
}
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.