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

MajedAbdullah's avatar

Getting server error

In local server it works fine. But in Heroku server it gives server error.

2020-10-14T08:29:05.958083+00:00 app[web.1]: 10.29.86.227 - - [14/Oct/2020:08:29:05 +0000] "GET /image/l
oader/loader.svg HTTP/1.1" 200 817 "http://tranquil-falls-55045.herokuapp.com/services" "Mozilla/5.0 (Wi
ndows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36
2020-10-14T08:29:05.756992+00:00 heroku[router]: at=info method=GET path="/image/loader/default-image.jp
g" host=tranquil-falls-55045.herokuapp.com request_id=62715f42-d7a7-4ae7-a93f-72d057445bba fwd="103.99.2
49.66" dyno=web.1 connect=0ms service=1ms status=200 bytes=7242 protocol=http
2020-10-14T08:29:05.954578+00:00 heroku[router]: at=info method=GET path="/image/loader/loader.svg" host
=tranquil-falls-55045.herokuapp.com request_id=8b2f5220-e7fd-47f0-8dbd-45b49bf5302c fwd="103.99.249.66"
dyno=web.1 connect=5ms service=5ms status=200 bytes=1053 protocol=http
2020-10-14T08:29:06.271552+00:00 heroku[router]: at=info method=GET path="/getServicesList" host=tranqui
l-falls-55045.herokuapp.com request_id=87fe533c-21f7-40bd-b86a-71e31c5eaf3f fwd="103.99.249.66" dyno=web
.1 connect=3ms service=25ms status=500 bytes=13283 protocol=http
2020-10-14T08:29:06.276486+00:00 app[web.1]: 10.29.86.227 - - [14/Oct/2020:08:29:06 +0000] "GET /getServ
icesList HTTP/1.1" 500 12183 "http://tranquil-falls-55045.herokuapp.com/services" "Mozilla/5.0 (Windows
NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36

0 likes
2 replies
MajedAbdullah's avatar

It's been solved. The problem was in the modal Class. Class wasn't found.

Please or to participate in this conversation.