I can see at least the / handler works. You other routes look to be protected to they are harder to check. Note that you have committed your dist directory to GitHub, you probably want to remove that and add it to your .gitignore. You should build your service on Render. and not commit build artifacts to source control.
Thanks for telling me that my dist folder is public. I will surely add it to .gitignore.
You are right, my links are protected, but at least the middleware output should come, right? It is {‘nvt’}, which stand for not valid token. Right now, it can’t even find the route.
I couldn’t understand the port of you saying - You should build your service on Render. and not commit build artifacts to source control.
Thanks