-1

Has anyone solved this issue on a similar stack? We have read most of the topics and solutions for similar cases but we can't get it working for us.

From our Front End (Angular4 app) we are calling a function on our BackEnd (ParseServer:nodejs/expressjs hosted on Heroku) and only for this particular function we get the following error (503 response timeout - headers problem)

enter image description here

We have implemented cors on our server app but still having the same issue.

halfer
  • 19,824
  • 17
  • 99
  • 186

1 Answers1

0

Try the solution proposed by @jvandemo in this topic