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
When a page is defined as an endpoint it does work and enables some cool use cases, good stuff! However it seems when my Page is defined as an endpoint instead of Content I cannot have spaces in my page name.
Repro
Consider a Page that is initiated like this: New-UDPage -Name "Honey Deployment" -Icon empire -Endpoint {
This results in a page not found:
By removing the space in the Name Param: New-UDPage -Name "HoneyDeployment" -Icon empire -Endpoint {
Works great!
This is not an issue when the page is defined with Content:
Description
When a page is defined as an endpoint it does work and enables some cool use cases, good stuff! However it seems when my Page is defined as an endpoint instead of Content I cannot have spaces in my page name.
Repro
Consider a Page that is initiated like this:
New-UDPage -Name "Honey Deployment" -Icon empire -Endpoint {
This results in a page not found:
By removing the space in the Name Param:
New-UDPage -Name "HoneyDeployment" -Icon empire -Endpoint {
Works great!
This is not an issue when the page is defined with Content:
New-UDPage -Name "Honey Deployment" -Icon empire -Content {
The text was updated successfully, but these errors were encountered: