#julien_api

1 messages ยท Page 1 of 1 (latest)

narrow archBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1314207928173068328

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

tired lion
#

hi there!

gleaming dome
#

hi!

tired lion
gleaming dome
#

interesting! I didnt manage to find this tutorial from the API

#

I will check it out and get back to you

#

I managed to fix my issue, but now i am encountering another one :

#

Basically, the API tells me that i must provide a clientId, but I am passing one that was just created in the same request

#

and you can see that both keys are passed properly to the javascript function

tired lion
#

you used fetchClientSecret, which should be a function that retruns the secret, not a string with the secret

#

maybe we support passing clientSecret with the string directly? not sure.

gleaming dome
#

indeed

#

I asked myself that question, but the doc seems to only mention fetchClientSecret, and not clientSecret

#

Let me try that out!

tired lion
#

I'm just guessing here. if it's doesn't work with clientSecret, then you have to use fetchClientSecret and pass a function.

#

let me kniw if it works or not.

gleaming dome
#

here is my dashboard!
Thanks for your help ๐Ÿ˜

tired lion
#

so clientSecret worked? nice! I'll make sure we update the doc to clarify this.

gleaming dome
#

Yes, when passing a string, clientSecret worked!

tired lion
#

thanks for the confirmation ๐Ÿ™‚

narrow archBOT
gleaming dome
#

I just have one more question about customization if that's okay!

clear dawn
#

sure!

gleaming dome
#

Nevermind : I fixed it! I had a problem with whitelisting my font source in the CSP of my app

#

thanks again!