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
I've searched existing issues and found nothing related to my issue.
Describe the bug
Try to create collection in UI named Test: Test. You cannot, the error says 'Folder name contains invalid characters'
Or try to create a Request in an existing collection: 'Error invoking remote method 'renderer:new-request': Error: path: Test: Test.bru is not a valid filename'.
Or try to rename an existing Request: 'Error invoking remote method 'renderer:rename-item': Error: path: Test: Test is not a valid filename'
But you can just open/import existing collections with colons in their names, or edit the requests and .bru file to match and Bruno will handle them just fine.
.bru file to reproduce the bug
meta {
name: Admin: List Tenants
type: http
seq: 2
}
I have checked the following:
Describe the bug
Try to create collection in UI named
Test: Test
. You cannot, the error says 'Folder name contains invalid characters'Or try to create a Request in an existing collection: 'Error invoking remote method 'renderer:new-request': Error: path: Test: Test.bru is not a valid filename'.
Or try to rename an existing Request: 'Error invoking remote method 'renderer:rename-item': Error: path: Test: Test is not a valid filename'
But you can just open/import existing collections with colons in their names, or edit the requests and .bru file to match and Bruno will handle them just fine.
.bru file to reproduce the bug
meta {
name: Admin: List Tenants
type: http
seq: 2
}
get {
url: http://localhost:8080/admin/api/v3/tenants
body: none
auth: none
}
Screenshots/Live demo link
The text was updated successfully, but these errors were encountered: