404 fetch ERROR –> “POST http://localhost:3000/data/${userName}” [closed]
Closed 29 mins ago.
404 fetch ERROR –> “POST http://localhost:3000/data/${userName}” [closed]
Closed 29 mins ago.
404 fetch ERROR –> “POST http://localhost:3000/data/${userName}” [closed]
Closed 29 mins ago.
Persistent 404 fetch ERROR –> “POST http://localhost:3000/Custard/data/Pudding 404 (Not Found)”
I’m working on a game and want to save user button click and scores data on the server to be accessible at the address http://localhost:3000/Custard/data/{playerName}. The idea is that players can view their score in comparison to other players, and that they can navigate to other players routes to view the data. The data is stored in JSON format.