Rolling out improvements to Velo sites rendering

@ithelpdesknz @laurensvandamme Hi, the issue should be fixed for your sites now, please check again.
Regards, Or

@_or Thanks! The data is retrieved for the session call. But another side effect arose: filtering my table is not giving any results, it keeps ‘Loading…’

I have the very simple event handler attached to a button that does a simple lookup. It no longer renders anything in results.items

It was working before.

P.S. This is on my LIVE site. help.

/////////////////////////////////////////////////////
import { wixData } from ‘wix-data’ ;
export function button4_click_3(event) {
// Add your code for this event here:
//
$w( “#dataset1” ).setFilter(wixData.filter()
.contains( “boatType” , $w( ‘#dropdown1’ ).value)
.contains( “boatMaterial” , $w( ‘#dropdown2’ ).value)
.contains( “length_passenger” , $w( ‘#dropdown3’ ).value)
.contains( “boatMotor” , $w( ‘#dropdown4’ ).value))

    .then((results) => { 
        $w( '#repeater1' ).data = results.items; 
        $w( '#repeater1' ).expand(); 
    }). **catch** ((err) => { 
        console.log(err); 
    }); 

}

=======================
I did check it and it is still not working. Instead of the repeater disappearing and rendering no results, the repeater just stays the same - unchanged.

@_or I can confirm the fix, is there a way we can fix this ourselves or have you done this fix deeper than we have access to?

Hey, Corvid Team Please Help Me My site is not working properly for more than three days. It is al made-over Wix corvid.
I was waiting when it will get fine but the problem is not resolved at all.

Hi Rinshul,

It should be ok now. Can you check your site again to see if it is working correctly? As you have a login page i cannot check it myself.

It should be working again now. Pls recheck it.

Thanks @asafr for your quick reply. Some problems are solved but some are still there. Wherever I have used the WixDataFilter, the code is not working such as in the Delivery Page (As input Element), SE Monika Page (As toggle button) etc.

@rinshulgoel

The new version is not running on your site so the issues you are experiencing are not connected to it. Can you send me credentials to login to your site (I sent you a mail so you can reply with the credentials there )) and explain what is not working (it is not filtering?, getting an error?, etc) and how do I navigate to the part of your site that does not work?

Thanks,
Asaf

@asafr Ok I have Replied.

@asafr Hi, I have checked this time in preview mode and I found this error in the console. And I have never seen it before - See the attached screenshot

import wixData from 'wix-data'; // It means this line is not working on every page

@asafr I did check it and it is still not working. Different though. Instead of the repeater disappearing and rendering no results, the repeater just stays the same - unchanged.

Confirmed with Rinshul that everything is working properly now.

Hi, unconditional dropdown filters which was working before is not working now. I have implemented dropdown filters in many pages of my website. It is not working in any of my web pages. I didn’t make any changes or disturb the codes, suddenly I have this issue. Could you please look into my site if your changes are affecting my website.

Here is the website.
https://flocktravel1.wixsite.com/-site

P.S. My Live site is now working (https://www.dakotaboatretriever.com/lookup-tool) My new site - with the same code - is still not working (https://51enterprises.wixsite.com/dakota2020/look-up-tool)

Hi Parthasarathy ,

Your website isn’t running on the new version of our improvements, therefore your filter’s problem isn’t related to it.
furthermore, i couldn’t find any problems with your repeater filters.
can you check again?

Corvid Team - Per my previous thread above…

My Live site is now working (https://www.dakotaboatretriever.com/lookup-tool) Thank you!

My new site - with the same code & was working before - is still not working . (https://51enterprises.wixsite.com/dakota2020/look-up-tool)

Thank you for your kind attention.

Hi, I am experiencing the same show/hide problems on the site
www.corvid.wixcraft.com
The video here

@shaharn I am also getting show/hide problems on the site www.harasat.com again

Code is executed after a page refresh (F5)
The video here