I’m trying to build the Todo app here: https://www.freecodecamp.org/news/how-to-build-a-todo-app-with-react-typescript-nodejs-and-mongodb/.
I’ve separated out the client and server parts into their own folders, setup the MongoDB cluster, whitelisted the IP address, set and reset the user/pass, and independently started both the client and server side in separate Git Bash terminals.
The problem is that when the client-side browser window opens, I get an “Error: Error: Network Error
at getTodos” and a “Failed to load resource: net::ERR_SSL_PROTOCOL_ERROR” in the console.
I can see that the server side started up fine because there are no errors and the terminal says “Server running on https://localhost:4000”. However, I can’t get past the client-side error. Does anyone have any ideas?