Hi @nico_lrx
I just checked your HAR file:
- There is no problem with bugsnag, unless I missed something: sessions.busnag.com is always called to create/maintain session in case there are some bugs (but there is none).
- The payload of your request to the second page seems OK:
https://***/dictionnaire/forest/Word?fields%5BWord%5D=content%2Ccreated_at%2Cid%2Cngram%2Cphonetic%2Cpicture%2Cpublished%2Cslug%2Cupdated_at%2Cverb_page&fields%5Bngram%5D=id&fields%5Bphonetic%5D=id&fields%5Bverb_page%5D=id&page%5Bnumber%5D=2&page%5Bsize%5D=15&searchExtended=0&sort=-id&timezone=Europe%2FParis
My guess is that there is a problem with your backend. Still, not totally sure right now. It seems like no params are considered by the backend (search params + page params).
- Could you confirm that it only occurs on one collection (e.g
Words
)?- If
Words
is the only collection with this problem, could you check your controller files, models files, and all the code referring toWords
to see if you can spot any difference with other models? Also, could you share yourWords
related files (or a simplified version)? It could help us analyze and hopefully reproduce the problem. - If not, do you have the same problem with other projects/other environments?
- If
- You wrote: “I tried to reinstalled Forest from scratch and still the same issue”. Did you start a fresh install without changing anything manually? I’m not familiar with install with the Ruby Agent, so my question may be dumb: what actions have you done to make this installation?
Thank you for your patience