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
The webconsole does not have any restriction about the characters allowed in the network slice name but in the NMS we have this restriction ^[a-zA-Z0-9-_]+$
If we create a network slice using the swagger (which does not follow this restriction) and then, try to open the NMS, the page stays loading .. and does not show the network slice page.
To Reproduce
Create a NS using the swagger UI or CURL command using invalid characters like {network-name
Go to the Network Slices tab in the NMS.
The Network slices page is not shown.
Expected behavior
The network slice pages is shown
Environment
webconsole and NMS from main branches.
Additional context
We may have the same issue with other resources: device groups, subscribers, upfs, gnbs.
I think that the issue here is that webconsole and the NMS are not aligned. The fastest solution would be to remove the restriction to the Getters, and keep those in the Post if we want.
Or we can revisit the webconsole and think if this is a restriction that we would like to impose there (more time)
The text was updated successfully, but these errors were encountered:
Describe the bug
The webconsole does not have any restriction about the characters allowed in the network slice name but in the NMS we have this restriction
^[a-zA-Z0-9-_]+$
If we create a network slice using the swagger (which does not follow this restriction) and then, try to open the NMS, the page stays
loading ..
and does not show the network slice page.To Reproduce
{network-name
Expected behavior
The network slice pages is shown

Environment
webconsole and NMS from main branches.
Additional context
We may have the same issue with other resources: device groups, subscribers, upfs, gnbs.
I think that the issue here is that webconsole and the NMS are not aligned. The fastest solution would be to remove the restriction to the Getters, and keep those in the Post if we want.
Or we can revisit the webconsole and think if this is a restriction that we would like to impose there (more time)
The text was updated successfully, but these errors were encountered: