Hello. I am teaching a beginners Operating Systems class (explaining the very basics of Linux to young students). Up to version 6.0.3, I was able to direct my students to https://myserver.com:8888/terminals/1 and that'd immediately start a terminal for them.
Starting with 6.1 I can't do that, now it throws a 404. Did the API change and now it's necessary to somehow "create" the terminal before issuing the GET request? Is there any way to circumvent this?
Thanks!