#austintangent_18313
1 messages · Page 1 of 1 (latest)
Hi there
Let's start with the first part here
What is the error you are seeing exactly when you say there is a connectivity issue?
The PaymentElement is not rendering on my page anymore. Just an empty div
Negative
Hmm okay what about on your server then?
Okay so that likely means you have an issue hitting your server on page load
Yep something is wrong with your fetch request
.then((data) => setClientSecret etc.
Have you added logs server-side to ensure that your create-payment-intent endpoint returns a client secret as you expect?
Don't believe so, I'll try to implement that now
👍