For the full list of changes, check out the Webiny 5.38.4external link release on GitHub.

Admin Area
anchor

Non-Full-Access Users Can Now Successfully Open the Admin App
anchor

We’ve addressed an issue where a non-full-access user would not be able to open the Admin app.

More specifically, if a non-full-access user did not have access to the Admin Users module (granted via a security role or a team), the underlying GraphQL query that pulls the current admin user data would fail. This GraphQL query is issued immediately upon initial load of the Admin Area, and the failure would cause the Admin Area to not load at all.

With this release, this should no longer be an issue.