Now, Web Application is performed on "Azure Web Sites".
However, when "RadScheduler.ExportToPdf()" is performed, the following errors will occur.
「502 - Web server received an invalid response while acting as a gateway or proxy server.」
Is this caused by what?
Regards.
Ryuta.
4 Answers, 1 is accepted
Thank you for reporting this. It looks like a bug. I will log it into our internal tracking system for further examination.
Your Telerik points were updated.
Regards,
Hristo Valyavicharski
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
The server export of the Scheduler when the page is hosted in Azure is a limitation as described in the PDF Export Overview article.
We recommend using the ClientExportManager in such cases.
Please find attached a sample project implementing the Scheduler with Client PDF export.
Regards,
Peter Milchev
Progress Telerik
One day suddenly on azure app I started to get the error 502 web server received an invalid response while acting as a gateway or proxy server on azure web app.
I did too much research to solve this problem, than I contacted to the support and they given me following solution which works for me.
“Scale up the application to Medium in order to change the instance where your application is running. Wait some minutes and check again your site The above change will change the worker instance.”
I hope this will help to solve the problem
https://dipoletechi.com/blog-post/502-web-server-received-an-invalid-response-while-acting-as-a-gateway-or-proxy-server-on-azure-web-app/
Regarding