Hello 😄 I was getting help from <@!2813140809233...
# gotrue
o
Hello 😄 I was getting help from @User to start implementing a new provider named Kakao(which is almost only used in south korea). Since It is my first time using golang, and not sure what to do to test my provider. Should I write the test file to test it? It seems like some of the providers are missing test file, so I thought there are other ways to test the provider. I found that I could do some testing using browser, but I got this on my redirection.
http://localhost:3000/?error=server_error&error_description=Error+getting+user+email+from+external+provider
It seems that I am not able to get my email, could anyone help me to debug this? Since I am not familiar with golang, I couldn't find a way to log the debug message. Thank you
j
Hey @User , Thanks for taking the time to create a new provider! Could we trouble you to open a PR so that we can clone it and take a look?
h
+1 on that! 😄
o
Sure! I will 😄 I thought I need to finish the code to make PR 😄 Will open a PR soon
@User Hello 😄 I recently had time to keep looking into this and had some progress. Now I am stuck with this error message.(picture attached) I believe that
registrer-lambda
url is from .env file from
GOTRUE_WEBHOOK_URL
However I am not sure which URL should I provide for this. should I turn on some sort of lambda (aws??) to register the user?? I am kind of lost from here. Thanks in advance
h
Hey! I feel you are defining un-needed .env vars
can you send your redacted .env file?
o
@User sure, I think I used add "kakao keys"(my new provider) from the example env
@User any idea what to do from here?