#zaid_alam_
1 messages ยท Page 1 of 1 (latest)
Could you share the code and the error message you're facing?
React and java code
when am hitting my API am getting the repsonse but that response is not populated to UI
@regal bane ????
Sorry, discord server is busy now
Looking into it
Where does this error occur?
The request you share with 200 doesn't look triggering from your code
In the error screenshot, you're trying to hit the request with GET, but your only implements POST
In your frontend code, can you ensure that you triggers a POST request instead of GET request to the backend?
Your frontend make a request with GET call. You should change it to make a POST call instead
I'd recommend debugging where your frontend is trying to make a GET call
it the code given by stripe and I am making post call only
can we connect via call ?
Sorry, we do not do call here
Can you log the response here? Does it return anything?
i have sent you the code could you pls check that by running in ypur local
Could you share the result? I don't have a java environment set up to run your code
what's the error on create-payment-intent? can you expand the response and its response code?