We are back on 0.21.0 (might need a Ctrl+Shift+R). We had issues with this month's version (0.22.0) so we'll have to postpone it to next week. Apologies for the confusion around 0.19.0.
Team - XO Frontend
Posts
-
RE: XO-Lite back to 0.19
-
RE: API authentication token permissions
-
RE: VIF via REST API?
Hi @jedimarcus,
FYI, VIF creation is possible via the REST APIPOST /rest/v0/vifs -
RE: REQUEST: Add PATCH /vms/{id} for updating VM properties (name_description, name_label)
Hi, @14wkinnersley
We merged the PATCH /vms/:id endpoint onto the master branch -
RE: Some dashboard loading issues with v6
@acebmxer Hi
i am able to reproduce the dashboard issue locally now, so we can also investigate on our end.
Can you confirm, no dashboard issue on the commit :
ee53cd072304a38e8bf816dceef9bc7277b776dc? -
RE: Some dashboard loading issues with v6
@acebmxer I remeber some users experiencing issues with XO6 due to a misconfigured NGINX reverse proxy (it was blocking SSE, which XO6 uses).
Is your reverse proxy configured correctly?
I won't have time to examine the script myself
-
RE: Some dashboard loading issues with v6
@acebmxer Thank for your investigation.
- You talk about a script
install-xen-orchestra.sh, but the link seems dead. What is that script, it is a script provided by Vates? - Bearer token is not supported (the xo doc say we can use Basic auth, or cookie to connect). If Bearer token is an absolute need, we can think about implementing it.
- For XO6 UI that doesn't build, can you provide the full error log?
To reproduce dashbloard loading issues, we have to:
- have a fresh XO install
- import an XO config that come for antoher XO
- connect as the default
admin@admin.net, and create another user - connect as the new user, and delete the default user (
admin@admin.net)
Symptom: Every browser session token fails immediately after login. Seconds after logging in, xo-server logs
Only browser session that use the deleted account fails, or even sessions with untouched users?
After that, the issue occures even if we logout/login with the new user?
- You talk about a script
-
RE: Some dashboard loading issues with v6
@acebmxer Thanks!
What's strange is that the previous log shows a 401 status code for the
/schedulesendpoint, but you can access it.
Thexo:rest-api:listener ERROR cannot handle data for task list>error is also odd.You say you only have one user, but it seems you had several before, right?
Could you try logging out and then logging back in?Is there perhaps a bug during user deletion that would keep some active but malfunctioning authentication tokens?
-
RE: Some dashboard loading issues with v6
@acebmxer Thanks.
So, no issue to compute the dashboard.In your log, I see unexpected 401 responses code.
Could you try
/rest/v0/schedulesand let me know the result? (and any XO-server errors that occur) -
RE: Some dashboard loading issues with v6
@acebmxer Hi,
Do you use an admin users or do you use a non admin users with RBAC/ACL-V2?What is the ouput of
/rest/v0/users/me?
Also, what is the ouput of/rest/v0/dashboard?