Getting a internal server error (500) with django app using apm

Kibana version: 7.7
Elasticsearch version: 7.7
APM Server version: 7.7
APM Agent language and version: python 3.8 (django application)

Browser version: Firefox 68.8

Original install method (e.g. download page, yum, deb, from source, etc.) and version:

curl -L -O https://artifacts.elastic.co/downloads/apm-server/apm-server-7.7.0-x86_64.rpm
sudo rpm -vi apm-server-7.7.0-x86_64.rpm

Fresh install or upgraded from other version?: Fresh install

Is there anything special in your setup? Nothing special, no load balancer, no xpack, no logstash.

Description of the problem:
I have a perfectly working django application. I followed the guide with the "add apm" page of Kibana. The apm agent is running, the apm server is running, and indexes are being made. Ican see my application...

However, when I click on the service "django-stellar" it takes me to a page where I don't see any of my data and the following message pops up.
image

Provide logs and/or server output:
I haven't configured logging so I'm not sure where it's writting log information. If you need that please let me know.

Hi @syost,

The fix for this error is going to be released on v7.8 , you can find the fix here .

But you can keep using APM even with this error.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.