parse local server cloud code adds /1/ to the URL -
i have simple beforesave trigger, being invoked expected. within need access parse server using parse.query. problem is, request going /parse/1/classes/purchaseorder rather /parse/classes/purchaseorder (note /1/). have same issue in few other places.
question, how configure parse not include /1/, or should instead configure server handle /1/? if that, how configure parse expect /1/ in code?
Comments
Post a Comment