#anishsubedi1_83944
1 messages · Page 1 of 1 (latest)
Hello anishsubedi1_83944, we'll be with you shortly! 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.
• anishsubedi1_83944, 2 days ago, 28 messages
Looking in to this and will get back to you
Just double checking, is this affecting Stripe.js functionality on your page? Or is it just a warning and we want to make sure not to pollute the console?
This is not affecting functionality but we don't want that to apper on console.
Following previous conversation, I am using react. Do you know how to find homepage only portion?
Like everything will be in react build.
Hey, apologies for the delay but we are still looking in to the warning question.
I'm not familiar with the phrase "homepage only portion" in this context, is this from a doc of ours? Otherwise, can you tell me a bit more about what you are trying to do here with finding the homepage only portion?
I don't how to find pervious conversation. But, there someone asked me to see if any stripe api is being called in homepage(page that open directly without signned in). Since, we are using react, everything is inside a build.
Becuase, all stripe apis (payout, subscription) will be only be called after singin. But, console log warning is without having to signed in on first homepage.
@uncut crystal It looks like this is just firefox's way of warning about these permissions being given and there is not a way to suppress them at the moment.
Apologies for missing your followup to my question. I would reccommend searching your code for where you call "loadStripe" like in this doc https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements&client=react#web-collect-payment-details
Though you could also be loading it manually which would look like what is in the HTML+JS tab on that doc section
I have two place where "loadStripe" is being called. But, they are only called once user singup and do task like payout or subscribe. Nothing on landing page.