Hi!
Which might went wrong when H5 SDK can't get ION API connection to the specific tenant?
I installed m3-h5-sdk and create simple project.
Start Odin serve and checkout it open ok.
Then I followed this guide.
https://github.com/infor-cloud/m3-h5-sdk/issues/55#issuecomment-651713612
First created Authorized Apps:OdinSDKDEV
and download creditentials file.
Then I login from VS code console
odin login -c --m3 M3URL xxxOdinSDKDEV.ionapi
I get that login window and after login have to confirm
Request of approval.

Also odin.json seems to updated ok.
Then start:
odin serve --multi-tenant --ion-api
Open localhost:8080
but when I click load I get forbidden message from api call.

Br Jyka