Extra / at the end of vNode's URL caused problems

Hello.

I recently hosted a new vNode and generated a URL for it, but after a while I saw it never got online in the app, the incognito monitor said it was online. I found the problem to be that I added the URL with an extra / at the end when copying it from a URL in my website, so the POST method was being send with an extra slash too.

This is the log from Nginx…
"POST //getpublickeymining HTTP/1.1" 301 0 "-" "okhttp/3.12.1"

So I’d like to suggest that the app removes any trailing slash automatically when adding a new vNode.

Thanks you for reporting this issue. We will check and get back to you.