Symptoms
User tries to execute some standard action that was working before and receives a message in the UI that the action cannot be performed or the user permissions are not enough.
Potential Root causes and solutions
Recent upgrade
If you recently updated Allure TestOps, especially if you've performed an upgrade between versions (4 → 5 etc), please always start with this action.
After an upgrade, if you haven't cleared the application data in your browser, you have frontend elements cached in by your browser that are from the old release of Allure TestOps, in the same time the backend is already new. So, old Frontend scripts try to invoke old API calls that no longer exist on BE anymore.
Potential solution
This should be your first response for all FE issues right after an update to a new release of Allure TestOps:
- Logout from the UI of the application.
- Open DevTools of your browser and proceed to the Application tab.
- Clean all the Allure TestOps application data from the browser's caches.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article