0xPolygonID / js-sdk-examples

examples of usage polygonid-js-sdk
Apache License 2.0
15 stars 17 forks source link

Reverse Hash Service URL 404 #5

Closed gmchad closed 1 year ago

gmchad commented 1 year ago

Looks like https://rhs-staging.polygonid.me/ is giving a 404

sanketsaagar commented 1 year ago

Hi @gmchad , If you normally open the link in the browser it will give an error. The RHS URL should be added to the configuration.

gmchad commented 1 year ago

@sanketsaagar A 404 is an auth error so unless the config has the auth baked in it will still give a 404.

I tried running the SDK and it indeed returns AxiosError: Request failed with status code 404

gmchad commented 1 year ago

Fixed - it looks like the code appends /node to the URL which does resolve correctly.