speer-technologies / aircall

Frontend Hiring Challenge
91 stars 317 forks source link

Invalid API url #14

Open krunaltule09 opened 10 months ago

krunaltule09 commented 10 months ago

image

Rasik-modi commented 10 months ago

{ "message": "Not Found" }

error is coming on "https://charming-bat-singlet.cyclic.app//https://cerulean-marlin-wig.cyclic.app/"

lovishbansal00 commented 10 months ago

how will you start it. I have run the command 'npm i', after that what to do ?

Amitavpanda commented 10 months ago

I can see the response in postman when I hit api. So i think it's works fine.

abbeazale commented 10 months ago

I can see the response in postman when I hit api. So i think it's works fine.

what response are you seeing?

krunaltule09 commented 10 months ago

{ "message": "Not Found" }

error is coming on "https://charming-bat-singlet.cyclic.app//https://cerulean-marlin-wig.cyclic.app/"

I do get the same response

Amitavpanda commented 10 months ago

I can see the response in postman when I hit api. So i think it's works fine.

what response are you seeing?

Without cors anywhere url, I am getting the desired response, but when I prepend the cors anywhere url, the response is { "message": "Not Found" }

Is there anyone who has any idea how to proceed further.

partharoyy commented 10 months ago

I was getting response using https://charming-bat-singlet.cyclic.app/activities via postman from yesterday, now I am getting below error, also note I never got a response from the client. I have used above url and https://charming-bat-singlet.cyclic.app/https://cerulean-marlin-wig.cyclic.app/activities

image image

Is it closed ?

partharoyy commented 10 months ago

how will you start it. I have run the command 'npm i', after that what to do ?

npm start

nimit9 commented 10 months ago

I was getting response using https://charming-bat-singlet.cyclic.app/activities via postman from yesterday, now I am getting below error, also note I never got a response from the client. I have used above url and https://charming-bat-singlet.cyclic.app/https://cerulean-marlin-wig.cyclic.app/activities image image

Is it closed ?

Yes, facing the same issue

kashishjivani commented 10 months ago

Same issue. API not working. Can't move forward without the response!