Hi Backendless.
App ID: F001F3BF-4CCD-B35E-FFD0-23845DEE6000
Page: addPrice
I was testing on mobile phone (Chrome browser) behavior of what happens when user does not give location permission.
- On first page enter all is good: page load with a dropdown (that needs to populate data based on users geolocation) but since there is no permission I receive message that location is denied.
- But then I do swipe down from top, and that does chrome tab refresh, and right after I see multiple of attempts in quick succession to load and then reload page ( never seeing the dropdown field i mentioned earlier on page enter), that only stopped after hitting API call limit (error code:997).
And limit is reached due to file load???
not even sure what gets loaded there, maybe css files?
Again, such behavior wasn’t happening on the same page before. And this is not only happening for addPrice page.
This is logic for on beforePage enter:
There is only check for user session validation, try catch was added after the issue, but it does not catch anything.
Got it also on Chrome laptop browser, here I entered page from another page, then did 1 refresh, it jumped a bit trying to reload multiple times, then on 2 refresh happened the same, but on third it continued sporadically reload till another error
And here from mobile: