Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
The parameter "MatchText" is missing.
-
We have an issues.
As soon as I give a user the „Administer“ task privilage the affected user is not able to view custom uploaded packages(default npm packages are working).
These user can still install there packages, but as soon as they try to view the package in the ProGet web Panel they receive this error:Message:
The parameter "MatchText" is missing. Parametername: MatchTextDetails:
Inedo.Web.HttpArgs.HttpArgumentMissingException: The parameter "MatchText" is missing.
Parametername: MatchText
bei Inedo.Web.HttpArgs.QueryStringArgumentAttribute.Encode(String argumentName, Object value, PageFreeUrlBuilder targetUrl)
bei Inedo.Web.HttpArgs.HttpArgumentProvider.HttpArgumentPage.EncodeArgument(KeyValuePair2 arg, PageFreeUrlBuilder urlBuilder) bei Inedo.Web.HttpArgs.HttpArgumentProvider.HttpArgumentPage.BuildUrl(KeyValuePair
2 arg1, KeyValuePair2 arg2) bei Inedo.ProGet.WebApplication.Pages.Licenses.AssignLicensePage.BuildUrl(String matchText, Nullable
1 feedId)
bei Inedo.ProGet.WebApplication.Pages.Packages.PackageVersionPage.<GetPackageAsync>d__21.MoveNext()Everything is working fine without the „Administer“ task privilige.
Product: ProGet
Version: 5.0.10
-
Hello Otto,
I've filed what I think is the bug as PG-1250.
Could you check if the packages that exhibit this problem have something like
"license": ""
or"licenses": [{"type": ""}]
in theirpackage.json
file?
-
Hi Ben,
Yeah adding a licence fixed this problem.
Thanks for the hint.Have a nice day.