Grove icon indicating copy to clipboard operation
Grove copied to clipboard

GET request results in 404

Open gzimbric opened this issue 5 years ago • 1 comments

On line 51 of server.js, ROUTERS.WUP.use('/', ROUTES.WUP.main); results in all GET requests to the server responding with HTTP error 404. I was able to fix this using: app.use('/', ROUTES.WUP.main);

I'm not sure if this is just an issue based on how I setup the server to work on my WiiU or not. I use Charles on macOS Catalina, which I then remap geisha-wup.cdn.nintendo.net:443 to localhost:80 to allow requests to hit my server.

gzimbric avatar Jan 15 '20 18:01 gzimbric

Had the same problem. Did the same thing you said and it worked.

TheRealEli310 avatar Sep 01 '21 05:09 TheRealEli310