Soufiane AIT AKKACHE
07/20/2022, 8:42 PMcal/api
module on my local
when I try to fetch all the event types
GET <http://localhost:3002/v1/event-types?apiKey=cal_xxxxxxxx>
it returns all the event types
But Once I try to fetch only one buy doing this
GET <http://localhost:3002/v1/event-types/{id}?apiKey=cal_xxxxxxxx>
it's not really working. it's stuck on pending and then I have a timeout
Basically what we are trying to accomplish is to use the cal/api
and integrate it to our own React component to book event show availabilities...etc
Maybe we need to update the cal/api
package but we would need you to help us with it because I can create a PR from the upstream the Cal.com api project is private.Peer
Soufiane AIT AKKACHE
07/26/2022, 7:09 AM@cal/api
and it's like this case is not treated this is why we do have this timeout