# I'm trying to create Display Google One Tap

**URL:** https://meta.discourse.org/t/im-trying-to-create-display-google-one-tap/280535
**Category:** Development
**Created:** [September 29, 2023, 12:39pm UTC](https://meta.discourse.org/t/im-trying-to-create-display-google-one-tap/280535 "2023-09-29T12:39:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![islamafify4000](https://avatars.discourse-cdn.com/v4/letter/i/4bbf92/32.png) [@islamafify4000](https://meta.discourse.org/u/islamafify4000)
#### Post date: [September 29, 2023, 12:39pm UTC](https://meta.discourse.org/t/im-trying-to-create-display-google-one-tap/280535/1 "2023-09-29T12:39:26Z")

</div>

I’m trying to create something to encourage users to register, but after clicking Continue, it says the page does not exist

 ![one-tap-sign-in](https://global.discourse-cdn.com/meta/original/4X/7/5/1/751501cdea93e87fb733fae385adf8c869c8acad.png)

```plaintext

<script src="https://accounts.google.com/gsi/client" async></script>
<div id="g_id_onload"
    data-client_id="YOUR_GOOGLE_CLIENT_ID"
data-context="signin"
      data-login_uri="https://your.domain/your_login_endpoint"
      data-auto_select="true"
      data-close_on_tap_outside="false"
      data-itp_support="true">
</div>

```

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [September 29, 2023, 3:08pm UTC](https://meta.discourse.org/t/im-trying-to-create-display-google-one-tap/280535/2 "2023-09-29T15:08:00Z")

</div>

I don’t’ think there’s support for that, but out of curiosity, what are you using for the `data-login_uri`?

---

<div class="post-metadata">

### Author: ![islamafify4000](https://avatars.discourse-cdn.com/v4/letter/i/4bbf92/32.png) [@islamafify4000](https://meta.discourse.org/u/islamafify4000)
#### Post date: [September 29, 2023, 3:32pm UTC](https://meta.discourse.org/t/im-trying-to-create-display-google-one-tap/280535/3 "2023-09-29T15:32:09Z")

</div>

i used  
[https://my.domain/google\_oauth2/callback](https://my.domain/google_oauth2/callback)  
or  
[https://my.domain/auth/google/one-tap/callback](https://my.domain/auth/google/one-tap/callback)  
But it doesn’t work either way.
