I'm having the same problem but I haven't changed the sources. My new JS isn't being implemented in the tester (console error log points to a line that's commented out).
I'm having the same problem but I haven't changed the sources. My new JS isn't being implemented in the tester (console error log points to a line that's commented out).
Hi Nevin -
Could you please post screenshot of this error that you get?
Here's an overview of the error.
App doesn't load in the tester with console errors as shown below:
Then I check the source file where the error points (GoogleMapJS, line 50) and I get this:
However, this is deprecated code. The latest function in GoogleMapJS (line 50) is as follows:
And therefore this leads me to believe that there's a problem in the tester in using the latest code. However, this problem does not occur in Firefox. I've tried clearing my app cache but it doesn't help.
Hello,
Could you please try adding a space and then removing it, so the new version of file will be saved.
It's working now, though I didn't try adding/removing the space. Thanks!
This is now happening to me.
I cleared the caches, checked the sources (no changes were made) and even did a backup and created a new version of the app from this.
But I have the same problem: I make changes in the app builder. Then run Test but the changes are not reflected in the emulation.
Advice and suggestions would be appreciated.
Hi John -
Are there any errors in the browser developer tools console?
Also please check if you have set the needed page as app start page in your App settings.
HI Illya,
I am sorry, I am rushed for time so recreated the app from an earlier backup which works.
If I re-encounter the problem I will do as you suggested.
Cheers,
John
Hi Illya and co.
This is happening to me again and it now takes too long to recreate the app from scratch.
I'm not getting any errors in the console.
Here is the scenario:
I authenticate use Auth0 (which is the app start page)
After logging in I go to Main_page.
From there I click to go to About_page but it shows an earlier version
If I make Main_page the app start page then it works fine BUT I need Auth0_Home to be the app start page.
Hope you can help as this is frustrating close to go live for us.
Thanks,
John
It's because there's a change in the app ID. In my case use to an Auth0 setting going to an old add ID.
And the reason why there's a new app ID is, in my case, because my dev cycle involves creating a new app from a backup of the old one. And that will result in a new app number except where the old one has been hard coded.
No longer a problem (although I am sure to have others).
Cheers,
John