Alex N'Guessan

Results 3 comments of Alex N'Guessan

In a matter of fact, this still doesn't work (Crisp isn't showing up). ```js export default defineNuxtConfig({ modules: ['@nuxtjs/partytown'], partytown: { forward: ['$crisp', '$crisp.push'], }, app: { head: { script:...

> Unfortunately, it does not seem to work. I have created issue for that, but it is not resolved. > > [t3-oss/t3-env#59](https://github.com/t3-oss/t3-env/issues/59) > > We end up using our own...

I ran into the same issue because I set `http://localhost:3000` instead of `http://localhost:3000/**` in redirect URL's. So my Google OAuth will always redirect to the production URL (`Site URL` in...