R
Railwayβ€’6mo ago
simoelalj

Cannot set `/~health` as healthcheck path: Invalid input

No description
9 Replies
Percy
Percyβ€’6mo ago
Project ID: 63f743a2-2373-455a-848d-33602e0c751d
simoelalj
simoelaljβ€’6mo ago
63f743a2-2373-455a-848d-33602e0c751d
Brody
Brodyβ€’6mo ago
you would have to remove the ~ from the path
simoelalj
simoelaljβ€’6mo ago
But this is how the heath check is done on the service... the URL format should be accepte like this
Brody
Brodyβ€’6mo ago
are you not able to change the path of the healthcheck in your code?
simoelalj
simoelaljβ€’6mo ago
Sure, but this shouldn't be rejected, I don't see why we cannot have the tilde on the URL ~ http://www.faqs.org/rfcs/rfc3987.html unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
RFC 3987 - Internationalized Resource Identifiers (IRIs) (RFC3987)
RFC 3987 - Internationalized Resource Identifiers (IRIs)
Brody
Brodyβ€’6mo ago
I know it's valid and should be accepted by the UI, but it would be far faster for you to remove the squiggle from the path Vs wait for railway to update the path validation
simoelalj
simoelaljβ€’6mo ago
Yes, just wanted to report that issue πŸ˜‰
Brody
Brodyβ€’6mo ago
paths with periods also aren't valid paths, and people have been asking for that to change for a long time now unfortunately this is just something you have to work around 😦