-
Notifications
You must be signed in to change notification settings - Fork 1
Description
On the Nexus Explorer, when you go to the any of the DAO sections and attempt pull any of the component sections' invoices, a 404 error is generated in the browser dev tools console, and the core returns a -74 No Registers Found error. Here is an example of one of the queries that generates such an error:
Using a CLI on a linux VPS, I am able to submit the command:
~/LLL-TAO/nexus register/list/invoices:invoice limit=20 where='results.owner=a15b4b0422f66841ebce8a247256ea8d00dc9f1ea5b09871805c659090e38914'
But not this command:
~/LLL-TAO/nexus register/list/invoices:invoice limit=20 where='results.owner=username(US:Impressions
);'
My CLI is using the same version of the core as the Explorer is. I don't know if this is an issue on the Explorer as such or actually an issue on the core.