#horacioen_html-file
1 messages ยท Page 1 of 1 (latest)
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.
- horacioen_api, 5 days ago, 10 messages
- horacio_account-support, 6 days ago, 23 messages
- horacioen_api, 6 days ago, 41 messages
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1253365756066922517
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
hi i have this mistake
but yesterday was working quite good
i do not know if are the api keys
Is the payment page not working?
i made an index.html that looks like this so the user can put his debit card
then i send the data to dbeaver and then to stripe
Right, so are those errors in the console preventing payment? Or can you still checkout?
no the payments are not being done because i can not even put datas of new users the error seems to be of stripe i can send you de html so you can see if there is any error
the must funny is that yesterday was working could it be the api keys ?
If it was working yesterday, did anything change since then?
Anything at all?
Infra, etc?
nothing at all
this is my html
it works now
but only if i open it here : http://127.0.0.1:5000/
@gloomy plover I'm sorry but your asks are really cryptic/unclear right now. I'm happy to help for sure if you have a clear/specific question
Okay looking at your picture with error, this error is entirely expected. You loaded the HTML from your file system in a browser, not via a webserver and Stripe.js would never work like this. Loading from http://127.0.0.1 is the right way on your server