@TusharGuptaMm can you give the exact url that you’re making requests to?
I identified the source of the problem as my oversight in overlooking the boundary security upgrade documentation. Following the recommendation, we made changes to the main base-domain in the request URL, but unintentionally left the canister id in the subdomain, which caused the request to be redirected incorrectly.
The original problematic URL was: https://<canister_id>.ic0.app/api/v2/canister//query
However, we successfully resolved the issue by using the correct URL:
https://ic0.app/api/v2/canister//query
Thank you for your valuable support!
Please do use latest branch which is 1.0.0-dev.15
Yes Sir! Thank you for your help. Sent same message on Astrox discord after I found the resolution.
We are evaluating using @noble/hashes
for a pure-js BLS verification library, which will make React Native development much less painful