#Shmarti - create customer
1 messages · Page 1 of 1 (latest)
I am unsure as well though that does not immediately look like one of our errors. Can you check on your account and see if you can see the request ID (req_123) for the customer creation request that you are making in that code?
@covert mauve I see no logs in stripe pertaining to this request.
Interesting. Can you check if that request is getting sent out at all from your side otherwise?
How would I do that? Only other logs i can see are from my firebase function invocation logs
These are old requests from earlier in the day. Im not getting my most recent requests which makes me wonder if they are reaching the server at all
Yeah that is what I am wondering too. Can you make any stripe calls from your firebase setup?
@covert mauve Ive been trying so i can give you an answer but it doesnt look like im even hitting the server at all. I might have an environment configuration problem, but thats just a guess. Im gonna debug more and let you know what i find