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
For fetch code- need to split multi-spaced user input into individual strings (ex: "New York" -> "New" "York") then concatenate "%20" into the original spaces (end result ex: "New%20York"