-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
About the error message on the backend side. Can you try the following: # You have to set the env variables TOKEN and endpoint first.
curl -H "Authorization: Bearer $TOKEN" "{endpoint}/v1/projects/webapps/testproject/statistics" This request is documented here If that returns some values different then 0, it works. Alternatively, just reload the fusion page you mention and check on the logs if you still see the same error message. It shouldn't be there anymore. What could have happened is that the first request to project counts was made before the cache we use to count projects was filled. Please let us know if you have any further questions about the same issue. |
Beta Was this translation helpful? Give feedback.
-
@mnaghavi |
Beta Was this translation helpful? Give feedback.
@mnaghavi
So the "project" should not be listed here, because it is not a resource(like other things listed there). The UI error only means, that UI is trying to look it up as a resource and is not able to find it (because it is not a resource).
This is a bug in UI and will be fixed in next release. This display issue is not related to the original issue posted by @QXgu . For all practical purposes, you can ignore this behavior.
In future versions, project will not be listed inside "Project View" along with other resources, and you can see project details only in "project settings", which appears when you click on "Edit" button next to the project in project's listing page. (path : /admin…