This type of issue comes when you use https instead of http. Change the URL to use http.
Example: https://localhost:3000/posts
Change it to: http://localhost:3000/posts
This type of issue comes when you use https instead of http. Change the URL to use http.
Example: https://localhost:3000/posts
Change it to: http://localhost:3000/posts