I guess this means there is a problem with the server delivering my request? At fist it happend when I tried to add a calander-note, then I got logged out.
Any help is appreciated. If it is a bug I thought I should make it know here.
I caused some problems with Intervals.icu this AM attempting to improve scalability. It was up and down for a while. It should be working fine now. Sorry about that.
Tx. Well until today I am working on improving scalability and performance to handle more users and athletes following a lot of other athletes better. My first steps at that exposed some issues with the Intervals.icu web app that caused a lot of trouble server side and a lot of stress.
I have had to temporarily disable auto-reconnect when the web app loses its connection to the server. Hopefully will have that sorted out by tm.
It looks like you are behind a proxy that is stripping out the WebSocket connection headers. Are you running some sort of ad blocker or antivirus proxy? If you are you need to configure it to allow WebSocket connections.
But if I click on my single activity from my file that downloads the name (.csv) of the individual activities , or I write the entire address ( Intervals.icu) , I see my activity.
Yes. Intervals.icu sends most activity, event and wellness data from the server to the app in the browser using WebSockets. If you open an individual activity and it doesn’t have it then it will make a normal HTTP request to the server to go get it. Thats why those are working.