Page 1 of 1

No results found in the self-service console

Published: April 28, 2023 - 12:36 PM
by Apache
Hello everyone,

I'm installing the community version of wapt in production. I've customized the package signing certificates and deployed the agent via GPO on a Windows 10 machine for testing.
I imported several packages via the admin console.
The problem is that I cannot view the available packages on the self-service console.
In the NGINX logs, I can see the requests that are going through:

Code: Select all

192.168.1.184 - - [28/Apr/2023:12:21:20 +0200] "GET /licences.json HTTP/1.1" 200 2 "-" "wapt/2.3.0"
192.168.1.184 - - [28/Apr/2023:12:21:20 +0200] "HEAD /wapt/Packages HTTP/1.1" 200 0 "-" "wapt/2.3.0"
192.168.1.184 - - [28/Apr/2023:12:21:20 +0200] "HEAD /wapt-host/AB265826-127C-43DC-9A49-862D4B1EEABD.wapt HTTP/1.1" 200 0 "-" "wapt/2.3.0"
However, in the client machine's log file, I don't have the last line (only the lines "Get package index from" and the package update task):
INFO update_server_status successful

No error message on the console or elsewhere.

Do you know where this could be coming from?

Good day,

Re: No results in self-service console

Published: May 9, 2023 - 10:04 AM
by Apache
Hello everyone,

So the 'problem' is solved. I was running the self-service console with a user who wasn't a local admin.
And since I'm on the community version, there's no self-service; the documentation explaining this feature is misleading haha ​​(https://www.wapt.fr/en/doc/wapt-usage-a ... esentation).

Have a good day everyone!