You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to change this uri to not use edge functions and hit my own app's exposed endpoint. However in both scenarios where my app is running inside a docker container or not, when I try to invite a user via the local studio - I get 403 errors with no logs on my app.
I think I've tried every combination of IPs and host.docker.internal vs localhost etc etc. I can't get this hook to hit my app.
[auth.hook.send_email]
enabled = true
uri = "http://host.docker.internal:5173/api/send-email"
secrets = "env(SEND_EMAIL_HOOK_SECRET)"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to change this uri to not use edge functions and hit my own app's exposed endpoint. However in both scenarios where my app is running inside a docker container or not, when I try to invite a user via the local studio - I get 403 errors with no logs on my app.
I think I've tried every combination of IPs and host.docker.internal vs localhost etc etc. I can't get this hook to hit my app.
Beta Was this translation helpful? Give feedback.
All reactions