I'm using PDM 0.9.2 and trying to add a fresh install pve 9.0.17 host (not clustered, not licensed yet).
Its name is `pwe-lwt-1`, if that's relevant,
Right after add the new remote I get:
I checked if the apt-token was successfully add on `pwe-lwr-1`. Yes, it was:
The problem appears to occur when retrieving cluster resources.
However, “Remote Tasks” can be accessed, as can be seen in this screenshot:

Firefox displays this in the console when the error occurs:

And `pveproxy/access.log` on `pve-lwt-1` logs this:
When I query the API via curl, I get this:
Does anyone have any ideas?
Its name is `pwe-lwt-1`, if that's relevant,
Right after add the new remote I get:
Code:
api error (status = 400: api returned unexpected data - failed to parse api response)
I checked if the apt-token was successfully add on `pwe-lwr-1`. Yes, it was:
Code:
root | @pam | pdm-admin | never | auto-generated by PDM host 'pdm' on Tue, 18 Nov 2025 13:51:38 +0100
The problem appears to occur when retrieving cluster resources.
However, “Remote Tasks” can be accessed, as can be seen in this screenshot:

Firefox displays this in the console when the error occurs:

And `pveproxy/access.log` on `pve-lwt-1` logs this:
Code:
::ffff:xxx.xxx.xxx.xxx - root@pam!pdm-admin [18/11/2025:14:01:12 +0100] "GET /api2/extjs/cluster/resources HTTP/1.1" 200 1901
When I query the API via curl, I get this:
Bash:
# curl -k -H 'Authorization: PVEAPIToken=root@pam!test=XXXXXXXXXXXXXXXX' https://localhost:8006/api2/extjs/cluster/resources
{"data":[{"level":"","type":"node","node":"pve-lwt-1","cgroup-mode":2,"id":"node/pve-lwt-1","status":"online"}],"success":1}
Does anyone have any ideas?