Node.js server is running but I am not able to use API's
nihalsarmalkar
HOBBYOP

a year ago

I have deployed Node.js server its running properly suddenly I'm now not able to access API's. Its does show deployment success but still.
It was sudden case like it was working a week before properly.

https://pos-system-backend-production.up.railway.app/api/v1/parcel/getParcel?hotelUser=6628eff62a4f70c2b7ec7c50

Solved

9 Replies

a year ago

the site's working fine for me (although I am getting "Cannot GET /api/v1" on that endpoint but that just means there's nothing on that endpoint)


dev

the site's working fine for me (although I am getting "Cannot GET /api/v1" on that endpoint but that just means there's nothing on that endpoint)

nihalsarmalkar
HOBBYOP

a year ago


a year ago

Sure, it's returning

{"success":true,"message":"Parcel retrieved successfully","data":{"_id":"6742c4613b5bac1d147a7225","hotelUser":"6628eff62a4f70c2b7ec7c50","items":[],"__v":0}}

if it's not working for you then it could be that you're behind a local firewall (meaning your router or ISP or something like that) could be blocking requests


dev

Sure, it's returning{"success":true,"message":"Parcel retrieved successfully","data":{"_id":"6742c4613b5bac1d147a7225","hotelUser":"6628eff62a4f70c2b7ec7c50","items":[],"__v":0}}if it's not working for you then it could be that you're behind a local firewall (meaning your router or ISP or something like that) could be blocking requests

nihalsarmalkar
HOBBYOP

a year ago

I have attached screenshot below can you check it. Why I'm not able to acces the URL then ?? what might be the case

Attachments


a year ago

It's possible that you're behind a local firewall, meaning requests are blocked on a router or ISP level


dev

It's possible that you're behind a local firewall, meaning requests are blocked on a router or ISP level

nihalsarmalkar
HOBBYOP

a year ago

How can I solve or troubleshoot this problem


a year ago

try accessing from other devices, then if that doesn't work try connecting from a network other than your home network, and if it still doesn't work then try connecting from a network on a different ISP (you can use a VPN to aid with testing)


dev

try accessing from other devices, then if that doesn't work try connecting from a network other than your home network, and if it still doesn't work then try connecting from a network on a different ISP (you can use a VPN to aid with testing)

nihalsarmalkar
HOBBYOP

a year ago

Okay Thank you!


a year ago

No problem, best of luck!


Status changed to Solved chandrika about 1 year ago


Loading...