Closed scottyeager closed 3 years ago
I think the API endpoint that got called is wrong, possible the explorer url in your configured identity is https://explorer.grid.tf/explorer
not https://explorer.grid.tf/api/v1
you can check by
JS-NG> j.core.identity.me.explorer.url
'https://explorer.grid.tf/api/v1'
JS-NG> j.core.identity.me.explorer_url
'https://explorer.grid.tf/api/v1'
https://explorer.grid.tf/api/v1/reservations/workloads?customer_tid=196&next_action=3&page=1 returns empty list on the right explorer api url while https://explorer.grid.tf/explorer/reservations/workloads?customer_tid=196&next_action=3&page=1 returns 404
I guess maybe you followed the identity.md file https://github.com/threefoldtech/js-sdk/blob/development/docs/wiki/identity.md is the reason you ended up with misconfigured identtiy, as the the tfexplorer didn't drop the old api for compatibility and we didn't update the doc to use it yet
That was it, thanks!
I'm not sure where I found the info on configuring identity, but it's likely that was the spot. Now I'm understanding the "legacy" markings when I go to visit that explorer API interface in my browser :)
When trying to deploy solutions on my up to date 3Bot installed locally with poetry, I see the following error: