Reactjs – Parameterized queries causing ECONNABORTED
Trying to make a GET call from the front end to select the username in the row where user_id = 1 by using parameterized queries. Hard-coded queries work fine, but parameterized queries cause the request to be aborted and returns…