Error context deadline exceeded

Hello,
I installed also ChirpStack on a raspberry debian buster (without Docker). Everything work for some days and today when i click on some items (gateway or device) on the web interface i get the error:
Error context deadline exceeded (code 2)
Can someone help me?

Have you had any success with this? I too am getting this bug. I got this bug even after reverting back to an image that was working completely on a different SD card. The pi worked for about 2 weeks and now it throws this exception when trying to access Gateway-profiles, service-profiles, device-profiles, gateways or applications

Hey all,
I just had this issue on my R-Pi using a somewhat suspect 8Gb SD card.

I solve it by just employing some house-keepingā€¦

I recommend you check the following:

  1. Is your SD card good/fake etc?

  2. verify all SD card image reading and writing sessions

  3. clean your Ubuntu (clear old cache and logs files) to gain more disk space if you need it (my Chirpstack stated running quite slow and after I freed up space its back to fast UI loading etc)

  4. make sure you have a large enough swap file setup

  5. make back-up of your SD card image regularly.

  6. Use a class 10 16 or 32Gb SD card

  7. fit a CPU reset button on your R-Pi and only ever power up and down the R-Pi pressing the reset button first, only ever insert/remove the SD card when the power is off!

  8. watch out for log files etc building up over time and reducing the memory available!

  9. check for linux malware

Hi @brocaar, I have installed using apt but not docker. And since certificates are optional, I havenā€™t provided any. How do I resolve this error?

I know this is a bit late, but Iā€™ll comment in case it helps anyone else.
Try putting in the LAN or WAN IP address of the VM rather than ā€˜localhostā€™.
If this doesnā€™t fix it or your machine doesnā€™t have an IP address, this may be a problem with the either,

  1. The VM firewall
  2. The hypervisor/VM hosting application (e.g. Iā€™ve run into an issue with docker-ce not resolving hostnames between containers if not connecting to a WAN)

Good luck!

Hi, maybe my answer to another post can help some people for this issue. Here is the link :

I have got the same problem. I copy the virtual machine to new IP address and got ā€œcontext deadline exceeded (code 2)ā€. I solve the problem when I change the correct address in tab ā€œNetwork serversā€

I have installed in AWS EC2 ubuntu [no docker]and the same error rises. I tried different methods and finally given localhost:8000 and it works.