Closed
Description
I can't seem to access the request params as it appears to be displaying as undefined.
I'm posting to a cloud function with populating a parameter of "q".
I post to this URL and just have it print the request.params.q as part of the json response. I've tried with my personal project and also the parse-server-example and i get the same issue. (the url below is actually to the parse-server-example)
http://localhost:1337/parse/functions/hello?q=test
Is this an error due to Parse Server (though it's express.js middleware and just passing existing request and response) or am i doing this wrong? I can't find help through stack overflow so i'm coming here...