#community-help

Troubleshooting Connection to Remote Server Collection

TLDR Bhawani struggled to connect to a remote server collection from a local PC. Kishore Nallan advised using CURL and directed them to relevant documentation.

Powered by Struct AI
5
22mo
Solved
Join the chat
Jan 04, 2022 (22 months ago)
Bhawani
Photo of md5-d7f4aa44e3d4866e8b7a38eceb9af762
Bhawani
05:42 AM
Is there any way to connect remote server collection from my local pc?
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
05:44 AM
Yes, you just need to confgure your client to use the remote api endpoint. Any specific problem you are facing with that?
Bhawani
Photo of md5-d7f4aa44e3d4866e8b7a38eceb9af762
Bhawani
05:49 AM
Yes, when I checked health then status showing true
But when I am going to create collection from my local pc it's showing error message not found.
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
06:10 AM
Have you tried making the request using CURL?
06:11
Kishore Nallan
06:11 AM
Check the "shell" tab on the examples in the docs. First try to get the curl command working fine, then you can figure out what's going wrong with the code version.