para-io

Open full view…

ParaClient connection throwing error

talentapp
Wed, 14 Dec 2022 22:18:13 GMT

Failed to execute signed GET request to /v1/_settings: 403 - Invalid signature for request GET /v1/_settings coming from app para

talentapp
Wed, 14 Dec 2022 22:19:10 GMT

ParaClient pc = new ParaClient(accessKey, secretKey); // Para endpoint - http://localhost:8080 or https://paraio.com pc.setEndpoint(paraServerURL); // Set this to true if you want ParaClient to throw exceptions on HTTP errors pc.throwExceptionOnHTTPError(false); // send a test request - this should return a JSON object of type 'app' pc.me(); pc.me throwing error Failed to execute signed GET request to /v1/settings: 403 – Invalid signature for request GET /v1/settings coming from app para

Team Para
Wed, 14 Dec 2022 22:28:24 GMT

You are probably using the wrong Para access keys. Please, make sure you have the correct access keys for your Para app and the correct Para endpoint.

talentapp
Wed, 14 Dec 2022 23:09:57 GMT

The same access key works in console para