Something is wrong. During this weekend I was experiencing some severe bugs and issues.
Starting from issues with signing-in using Google accounts, to failure in displaying dynamic elements.
I think something went wrong with Wix’s last release.
Anybody else has such issues?
@jonatandor35 I’ve contacted someone about this. Also, it seems like adding event listeners inside the Mobile editor isn’t working at all. I published like 3 times before just adding them in the desktop version and only then did they publish and work on live.
@ohad-laufer , yes. Issue #1:
When I try to login to my site using Google account I get Error 403. This happens when I click “Log in with Google” even before the actual email and pw page. (users who are already logged in are fine).
Issue #2:
I have a repeater that’s get populated based on database query results. Sometimes it fails to show the data. In these cases when I log the elements values to console they seem to contain the correct data. For example: I have a text-box with a place holder text “date”, when I go to the page, it runs the query gets the results but still shows the word “date” in the element and on the same time: console.log(($w"#date").text) is “05.01.2019” as expected. Refreshing the page resolves the problem (which occurs only when navigating to the page from other pages of my the site)