You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that using the default boundary dev environment won't help to the issue because you need to setup a Dynamic host catalog. In my case it was in AWS EC2. I don't know if this will work the Azure dynamic host catalog.
Steps to reproduce the behavior:
Login into the Web UI
Setup an AWS Host Catalog and then
Go to the "Host Catalog"
Click on your dynamic host catalog name
Click on the "Host sets" tab you associated to that host catalog.
Click on the "Hosts" tab for that Host set.
Click on any host you want to see the details.
You get a full black screen. Check the error on the Developer console of any browser.
Expected behavior
You should see the details of the Host of the Host set.
Additional context
The error line from the web developer console:
Error while processing route: scopes.scope.host-catalogs.host-catalog.host-sets.host-set.hosts.host.index i.find is not a function TypeError: i.find is not a function router.js:1385
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
This is an example of the full URL to go to find the issue in a web browser:
https://boundary.example.com/scopes/p_xX6WRL3KIS/host-catalogs/hcplg_0c3QKp1vbt/host-sets/hsplg_G7nM07wai8/hosts
Note that using the default
boundary dev
environment won't help to the issue because you need to setup a Dynamic host catalog. In my case it was in AWS EC2. I don't know if this will work the Azure dynamic host catalog.Steps to reproduce the behavior:
Expected behavior
You should see the details of the Host of the Host set.
Additional context
The error line from the web developer console:
The text was updated successfully, but these errors were encountered: