question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Trim input whitespaces before perform a deployment

See original GitHub issue
TypeError [ERR_UNESCAPED_CHARACTERS]: Request path contains unescaped characters

Screen Shot 2020-03-12 at 13 24 03

Same happens with v6

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
einaregilssoncommented, Mar 18, 2020

Fixed in version 8, we strip leading and trailing whitespace from all inputs.

0reactions
pmlo-sirisak-lcommented, Mar 13, 2020

It was Version Label, but I would suggested to put it for Environment as well. Since I have a trailing whitespace in my environment name.

Read more comments on GitHub >

github_iconTop Results From Across the Web

trim - removing leading and trailing white spaces with Perl
rtrim or rstrip removes white spaces from the right side of a string: $str =~ s/\s+$//;.
Read more >
Trim whitespace from user input on backend (username/emails)
I think it's a fair assumption to make. make the assumption that to date, no customer has stored a value that contains a...
Read more >
How to remove one or more white space before a text in the ...
.trim() removes leading and trailing spaces leaving ones in the middle unmolested.
Read more >
Removing whitespace and capitalizing user input should be in ...
If I need to make sure that an input doesnt have leading/trailing whitespaces, should I trim in frontend/backend?
Read more >
TRIM Function - Trifacta Documentation
The TRIM function does not remove whitespace between non-whitespace values, such as spaces between words. To remove that type of whitespace, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found