# Current Location

**URL:** https://community.glideapps.com/t/current-location/66382
**Category:** Report a Bug
**Created:** [September 20, 2023, 11:40pm UTC](https://community.glideapps.com/t/current-location/66382 "2023-09-20T23:40:16Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Jireh\_Lee](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jireh_lee/32/52727_2.png) [@Jireh\_Lee](https://community.glideapps.com/u/Jireh_Lee)
#### Post date: [September 20, 2023, 11:40pm UTC](https://community.glideapps.com/t/current-location/66382/1 "2023-09-20T23:40:16Z")

</div>

_First time reporting a bug? [Refer to our Start Here post.](https://community.glideapps.com/t/start-here-reporting-platform-bugs-issues/40)_

* * *

am currently building an app that allows students to clock in when they arrive within our school vicinity by using current distance to track their distance to the coordinates of our venue. This is a critical feature because we allow students to clock in on their own via the app and the button has a IF function to only allow the action to log their attendance when they within range.

The whole app is already set up and the strange thing is that it works one day and the next, some students will have the "you are not within range’ error… But when I try to debug, it seems like the app isn’t reading the user’s current location even when we’ve tried everything (accepting the location prompt, turning it off and on again, restarting the phone, trying other browsers). This user did not do anything different from the last time he was able to log in.

So my main question is; is Glideapps’ current location reliable? It seems flakey and causes me to lose confidence building on this platform. Or is there something I’m missing? I feel like I’ve exhausted my know-how on this issue.

Please help!

**My App/Pages support link:**

- Instructions: [Support](http://www.glideapps.com/docs/reference/account/support#support-link)

**Describe the bug:**

- Describe the bug in simple terms

**Expected behavior:**

- What should happen?

**How to replicate:**

- List the steps, in detail, for recreating the issue

**Link to demo recording (optional):**

- Create a screen recording with [Loom](https://www.loom.com)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [September 21, 2023, 1:22am UTC](https://community.glideapps.com/t/current-location/66382/2 "2023-09-21T01:22:18Z")

</div>

I think one step to debug is to add a text component to show the user’s distance somewhere in your app, then see if it displays the correct value on that student’s device.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [September 21, 2023, 2:15am UTC](https://community.glideapps.com/t/current-location/66382/3 "2023-09-21T02:15:59Z")

</div>

@Jireh_Lee - have you submitted a support ticket for this?

I’d be curious to know what sort of response you get from Glide, as I’m in the process of building an App that will have very similar functionality. I haven’t noticed any issues with User Location so far, but if there is a reliability issue I would certainly want to know about it.

---

<div class="post-metadata">

### Author: ![Jireh\_Lee](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jireh_lee/32/52727_2.png) [@Jireh\_Lee](https://community.glideapps.com/u/Jireh_Lee)
#### Post date: [September 21, 2023, 3:52am UTC](https://community.glideapps.com/t/current-location/66382/4 "2023-09-21T03:52:01Z")

</div>

I have tried that too. but what’s interesting is that for the phone doesn’t work, that text display doesn’t even show up.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [September 21, 2023, 4:10am UTC](https://community.glideapps.com/t/current-location/66382/5 "2023-09-21T04:10:41Z")

</div>

Is it possible that location services are disabled in the user’s browser settings or OS settings?

---

<div class="post-metadata">

### Author: ![Jireh\_Lee](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jireh_lee/32/52727_2.png) [@Jireh\_Lee](https://community.glideapps.com/u/Jireh_Lee)
#### Post date: [September 21, 2023, 4:47am UTC](https://community.glideapps.com/t/current-location/66382/6 "2023-09-21T04:47:52Z")

</div>

I would understand if they had never successfully been able to clock in that this setting was an issue, but the inconsistency is that they were able to clock in and 2-3 days later it stopped working.

---

<div class="post-metadata">

### Author: ![Jireh\_Lee](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jireh_lee/32/52727_2.png) [@Jireh\_Lee](https://community.glideapps.com/u/Jireh_Lee)
#### Post date: [September 26, 2023, 11:39pm UTC](https://community.glideapps.com/t/current-location/66382/7 "2023-09-26T23:39:44Z")

</div>

Just as an update, it seems like the user’s phone had some discrepancies too. So for now our work around for those phones that seems to have location issues is for them to try different browsers until it works. Not sure if this is the best solution but it will have to do for now. Wonder if this issue would go away if Glide was an app on the app store or google play store.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [September 27, 2023, 3:04am UTC](https://community.glideapps.com/t/current-location/66382/8 "2023-09-27T03:04:53Z")

</div>

For what it’s worth, I was testing with a client yesterday, and she kept complaining that the “Check In” button wasn’t appearing when it should have been (it uses a proximity-based visibility condition). After quizzing her, I discovered that she had the App open in MS Edge browser on her iPhone. I asked her to switch to Safari, she immediately got the “This App wants to use your location” prompt, and everything started working perfectly.

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [September 27, 2023, 6:59am UTC](https://community.glideapps.com/t/current-location/66382/9 "2023-09-27T06:59:40Z")

</div>

> [@Darren\_Murphy](#):
>
> she had the App open in MS Edge browser on her iPhone

I noticed a while ago now that installing an app via the Ecosia browser on the phone doesn’t work great either. I now only trust two browsers for my Glide apps: Chrome and Safari.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [October 4, 2023, 7:00am UTC](https://community.glideapps.com/t/current-location/66382/10 "2023-10-04T07:00:15Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
