#rocky_api

1 messages ยท Page 1 of 1 (latest)

fervent garnetBOT
#

๐Ÿ‘‹ 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/1268003783284228097

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

subtle wraithBOT
#

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.

pastel citrus
#

I assume this is just a simple "no there's no way to fix it" sorta warning "bug", but I'm wondering if there's any way to fix it?

compact brook
#

hello! where are you seeing this warning specifically?

pastel citrus
#

also hello alex! ๐Ÿ‘‹

#

it's just in the js console on my webpage

#

I'll ss it hold up

#

it's just a warning so it's really no worries, and I assume there's nothing I can do about it given the api call is burried in the source code and modifying that probably isn't legal nor safe

compact brook
#

hrm, gimme a while to see if i can reproduce that warning

pastel citrus
#

alright sounds good, I just got it after setting up the address element like such:

<AddressElement
  options={{
  mode: "shipping",
  autocomplete: {
    mode: "google_maps_api",
    apiKey: process.env.GOOGLE_MAPS_API_KEY!
  }
}}
/>
#

sorry for the wonky spacing

compact brook
#

okay, i see it too. I'll pass on the feedback and see how we can fix it

pastel citrus
#

cool sounds good, it's really not a big deal but it is a mild annoyance given I generally like a clear console when I'm working if I can help it and any warnings or errors I view as a "point in the direction" sorta thing, like I know I have to set up my webpage on HTTPS for apple pay, that is something I have to do, but for that warning there's not really any action I can take

#

thank you for the help, I appreciate it and hopefully it gets resolved sometime in the near future

compact brook
#

it's fair feedback to bring up and we always appreciate folks pointing out these stuff to us ๐Ÿ˜„