CRUD operation using table api's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-06-2024 01:48 AM - edited ā12-09-2024 12:42 AM
I am getting ECONNREFUSED from servicenow CRUD table api's.
I am using a developer instance, and also this issue occurs only in 1 of 100 api calls.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-06-2024 06:14 AM
Hi @harora ,
If you are doing firewall check from you localhost to servicenow, there may be a firewall block and you may need to use a midserver in your rest api to make it work.
-
-
Firewall Restrictions: Sometimes, local firewall settings might block certain ports. Make sure that port 8080 is allowed in your firewall settings.
- Check if the firewall is blocking the port:
sudo ufw status
. - If port 8080 is not allowed, you can allow it using:
sudo ufw allow 8080
.
- Check if the firewall is blocking the port:
-
A failure in database connectivity can sometimes prevent the server from starting.
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand