web/admin: Fix Safari out-of-memory crash#14140
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #14140 +/- ##
==========================================
+ Coverage 92.75% 92.80% +0.05%
==========================================
Files 808 808
Lines 41419 41419
==========================================
+ Hits 38418 38440 +22
+ Misses 3001 2979 -22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-76c3c7d9687e06fe2d48c5b63335930ced7296bf
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-76c3c7d9687e06fe2d48c5b63335930ced7296bfAfterwards, run the upgrade commands from the latest release notes. |
634dcc9 to
781d887
Compare
781d887 to
9601a96
Compare
9ba1d39 to
5213b15
Compare
ecf9ea2 to
ae1e1a5
Compare
ae1e1a5 to
76c3c7d
Compare
|
Resolved in #14181 |

Details
This PR addresses an issue where Safari crashes when viewing the Admin interface. The fix is a combination of state handling and reworking of the layout to avoid cyclical changes during page resizing.
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make website)