Cache problems while developer_mode=1

Hey

i hope someone can help me. I’ve installed erpnext since a while via bench setup production. Now i have installed a new app and switch to “bench set-config developer_mode 1” because i want to debug something.

I have extended the API, the strange thing is, everytime i call my api, i’ve got the response from an old version, the next strange thing is when i change the return response in the api it seems i’ve got a random cached response. Only when i restart my server i only got my latest changed version.

I’ve try to disable bytecode, i set developer mode, does anyone have an idea?

regards and thanks