You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was going through the animal farm app part of the course and was able to get the endpoint running on localhost, but for whatever reason when I try to pass query params with "http://localhost:8080/?=bear", req.query is always an empty object so q is always undefined.
So I pulled down the repo, npm installed both front end and server, and still experiencing the exact same behavior. Any ideas? Nothing I've found on SO or here has solved my issues yet.
The text was updated successfully, but these errors were encountered:
I was going through the animal farm app part of the course and was able to get the endpoint running on localhost, but for whatever reason when I try to pass query params with "http://localhost:8080/?=bear",
req.query
is always an empty object soq
is always undefined.So I pulled down the repo, npm installed both front end and server, and still experiencing the exact same behavior. Any ideas? Nothing I've found on SO or here has solved my issues yet.
The text was updated successfully, but these errors were encountered: