9 Replies
Project ID:
63f743a2-2373-455a-848d-33602e0c751d
63f743a2-2373-455a-848d-33602e0c751d
you would have to remove the
~
from the pathBut this is how the heath check is done on the service... the URL format should be accepte like this
are you not able to change the path of the healthcheck in your code?
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)
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
Yes, just wanted to report that issue π
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 π¦