Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Moeez_Ahmed4's avatar

Memory Leakage Problem In Aws laravel

So my project is deployed on Aws and I have used Laravel. The Problem is when I try Download a report on I get 500 error . No logs are generated and my code is totally fine .Please some one suggest me solution to this problem

0 likes
2 replies
krisi_gjika's avatar

search the logs and find what the problem is first. if your application is not able to write logs that an issue on itself.

martinbean's avatar

my code is totally fine

@moeez_ahmed4 Clearly not, as a 500 error is an Internal Server Error and usually an exception happening in your application.

Send your errors and exceptions to a service like Bugsnag or Sentry so you can actually view them.

Please or to participate in this conversation.