0

I read about the 524 error code but I am curious to know the same code work differently in two environments. While testing on my local server it is throwing me TaskCanceledException as expected. But the same thing behaves differently on my production server. It is throwing the 524 Cloudfare error code and my page is broken.

Can anybody explain this behavior?

Useme Alehosaini
  • 2,998
  • 6
  • 18
  • 26
Ravindra Sinare
  • 675
  • 1
  • 9
  • 25
  • The Server is failing in different part of the code. For example the local server may find a proxy and then get the TaskCancelation exception. While the remote server is waiting for a proxy and then timing out because the proxy isn't found. The default timeout for a proxy is 30 seconds. – jdweng Nov 25 '20 at 12:39
  • If default timeout for a proxy is 30 seconds then may be not since I am getting exception around 100 seconds for local as well as production. – Ravindra Sinare Nov 26 '20 at 03:02

0 Answers0