Hello. Is it possible to add multiple urls to the ...
# help
u
Hello. Is it possible to add multiple urls to the
Site url
setting? Like.. one for development and one for production?
s
I don't think this is possible, what's your use case?
u
For testing the email authentication locally I would like the redirect link in the email to go to localhost, but still have production site work
s
You can pass a redirect url to the
signUp
and
signIn
functions
u
Oh. Thanks.
I didn't know that
Just note that it needs to be the full site URL including the http part
u
thanks for the information