I have, (I think) successfully installed both the Arduino Create Agent, and the Desktop IDE, I'm quite certain the USB cable is working fine, I've tried asking ChatGPT for help with no success, can anyone help me out?
That means that your MKR1010 does not react on the reset signal from the IDE (opening and closing serial port with a baudrate of 1200 baud).
When the IDE reports the memory usage, double tap the reset button; that should do the trick.
Note:
One possible reason why this can happen is due to bugs in the code that you wrote. You're advised to upload an innocent sketch first (e.g. blink) and try a few times if it's stable.
Yes, I didn't have time to try resolving the issue, but just now when I tried uploading the code it suddenly worked. So the bug fixed itself I guess. Thanks for your help anyway!