Can you please share your site URL?
@avigu The pages I mentioned are private. Let me know what you need. The site link is qognoslearning.com
@ayushawasthi94 Hi, your issues are not releated to hte new improvements we are rolling out, your site is not part of the rollout yet, we will need more details to look into the issue, i suggest to contact Wix Customer Care… https://www.wix.com/blog/2015/05/how-to-get-in-touch-with-the-wix-support-team-2/
@avigu Thanks for your response. I am just wondering what vchanged because it was just working 2 days back and now even the basic things like showing the user name on the site is also not working.
@avigu Hi, The site magically appeared to work now. I will update if all the features are working. I just checked 2-3 things and it was looking good.
Any update here →
https://ajithkrr.wixsite.com/simple-messaging
What is the problem? I was able to see the messages… can you elaborate on the issues you are experiencing?
Sorry for the late reply…
This Community Discussion page was not working for me…
The issue for me is that the code in my page is not working…
The buttons are not showing nor hiding…
import wixData from 'wix-data';
import wixUsers from 'wix-users';
import wixLocation from 'wix-location';
$w.onReady(function () {
wixData.query("Members")
.eq("userId", wixUsers.currentUser.id)
.find()
.then((res) => {
if (res.items.length > 0) {
$w('#continueButton').show();
} else {
$w('#loginButton').show();
$w('#registeButton').show();
}
})
.catch((err) => {
console.log(err);
});
$w('#continueButton').onClick((event) => {
if (wixUsers.currentUser.loggedIn) {
wixLocation.to(`/members/${wixUsers.currentUser.id}/home`);
} else {
wixLocation.to(`/login`);
}
});
});
And I saw, in my members list, new ones who I dont know.
Please say was it from Wix or others…
Hey,
Events handlers stopped working

On this site: https://www.expeditioncruisefinder.com/destinations-worldwide
and on this onehttps://www.mahalach.com/
Thanks
Hi!
I found that the site is working fine in mobile deices…
@avigu I think I got a similar issue to @ Mackinzie Loughlin
-
I have a repeater where at start all conntainers except one are collapsed. I was using the .isVisible property to check, well, whether it is visible or not (in order to expand it latter). It worked on preview but wouldn’t work on a live site. So I started using the .collapsed property and now it works fine. Please check it!!
-
There is an issue with selection tags element. I am filling it with data from db (during the on ready), and on preview it would just expand the container it is placed in and it looks fine. On the live site however it overlaps it container.
Hi Benny, Both of the sites you mentioned should be functioning normally now. Let us know if the issue persists.
@buyhoodbiz , Should be resolved now. Please let us know if the issue persists.
@avirambe Thanks, they function as expected.
Should I go over all me sites that have the same functionality?
@benny-glaser , Yes, And please let us know if they aren’t working as intended. Thanks
@avirambe
Thanks!
But just found another issue: I have some other page where there is a gallery which is connect to a gallery field in db. If the db field is empty, there is this error you can see on the console:
It is kind of slows down the page loading.
Failed setting items: TypeError: Cannot read property ‘length’ of undefined
at Native.set items [as items] (wixCodeApi.js:163)
at eval (setValueToComponent.js:11)
at Array.reduce ()
at eval (setValueToComponent.js:7)
at e.exports (setValueToComponent.js:22)
at eval (defaultAdapter.js:170)
at lodash.min.js:46
at mt (lodash.min.js:27)
at lodash.min.js:45
at nu (lodash.min.js:67)
at P (defaultAdapter.js:150)
at Object.recordSetLoaded (defaultAdapter.js:227)
at eval (adapterApi.js:155)
at Array.map ()
at Object.recordSetLoaded (adapterApi.js:154)
at e.exports (initAdapters.js:3)
at eval (controller.js:527)
at c (runtime.js:63)
at Generator.eval [as _invoke] (runtime.js:293)
at Generator.eval [as next] (runtime.js:118)
at i (controllerStore.js:43)
at u (controllerStore.js:43)
at eval (controllerStore.js:43)
at new Promise ()
at eval (controllerStore.js:43)
at n (immediate.js:5)
at Object.then (immediate.js:13)
at eval (controller.js:513)
at c (runtime.js:63)
at Generator.eval [as _invoke] (runtime.js:293)
at Generator.eval [as next] (runtime.js:118)
at i (controllerStore.js:43)
at u (controllerStore.js:43)
@buyhoodbiz , I’m afraid that is unrelated to the discussion on this thread. I suggest you make a seperate thread for it or contact support. Good luck!
@guille Hey,
Is it still not working? I just looked at your site and it seems like the filtering does work.
@ajithkrr Hey, Can you be more specific about which buttons are not showing or hiding? I can see the Login and Register buttons.