Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't add request that contains "/" in name #1063

Open
ThePhilgrim opened this issue Nov 27, 2023 · 1 comment
Open

Can't add request that contains "/" in name #1063

ThePhilgrim opened this issue Nov 27, 2023 · 1 comment
Labels
bug Something isn't working module-file-naming

Comments

@ThePhilgrim
Copy link

When I add requests, I sometimes want to name them after the url, e.g. localhost:3000/foo.

This creates an error message
Error invoking remote method 'renderer:new-request': Error: ENOENT: no such file or directory, open '/Users/path/to/collection.bru'.

Screenshot 2023-11-27 at 00 57 01

@Its-treason
Copy link
Member

Its-treason commented Nov 27, 2023

The request name is also the file name and / is not allowed as a file name.

We already have a PR open to fix this #349 but not sure when it gets merged.

@sanjai0py sanjai0py added the bug Something isn't working label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module-file-naming
Projects
None yet
Development

No branches or pull requests

4 participants