When trying to post to a backoffice URL in the live site, it throws a 502 error. It works fine when running locally.
It also works fine on the live site for a post to "/umbraco/backoffice/quotes/createline" but fails when posting to "/umbraco/backoffice/quotes/finalisequote"
502 - Web server received an invalid response while acting as a gateway or proxy server
Guidance on what is causing this desperately needed!
Found the answer in the end by deleting and adding code back bit by bit. Was spawning a thread using some pdf example code that the live environment didn't like.
What frustrated me was that it was a 502, not a 500 and didn't show any useful information...
502 when in live only
Hi,
When trying to post to a backoffice URL in the live site, it throws a 502 error. It works fine when running locally.
It also works fine on the live site for a post to "/umbraco/backoffice/quotes/createline" but fails when posting to "/umbraco/backoffice/quotes/finalisequote"
502 - Web server received an invalid response while acting as a gateway or proxy server
Guidance on what is causing this desperately needed!
Thanks, Craig
Hi,
Are quotes something custom you have created yourself? Or something you have installed?
Maybe a table is missing from the live database?
Have a look at the log to see what the cause of the error is.
Found the answer in the end by deleting and adding code back bit by bit. Was spawning a thread using some pdf example code that the live environment didn't like.
What frustrated me was that it was a 502, not a 500 and didn't show any useful information...
is working on a reply...