APM transaction not found

Kibana version: 9.2.0

Elasticsearch version: 9.2.0

APM Server version: 9.2.0

APM Agent language and version: 1.18.0

Browser version: Chrome 141.0.7390.123

Steps to reproduce:
I want to use apm with my golang api. So I set up apm. I saw 242 transactions but when I selected. No trace found.

I use go fiber and already insert this line on my code

app.Use(apmfiber.Middleware())

When I try to capture error in handler

apm.CaptureError(c.Context(), errors.New("xxx")).Send()

It works normally.

So I want to know where should I check ? Do you have any recommendations ?