web: Fix issue where references to Lit SSR break page styles.#14135
web: Fix issue where references to Lit SSR break page styles.#14135GirlBossRush wants to merge 1 commit intomainfrom
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
dcce203 to
04bd8c3
Compare
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 #14135 +/- ##
==========================================
+ Coverage 92.75% 92.81% +0.06%
==========================================
Files 808 808
Lines 41419 41419
==========================================
+ Hits 38418 38445 +27
+ Misses 3001 2974 -27
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-4f98c21f42d3cce1a48d0aa5aed8e30f7aa71b5e
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-4f98c21f42d3cce1a48d0aa5aed8e30f7aa71b5eAfterwards, run the upgrade commands from the latest release notes. |
727ef9e to
a520d08
Compare
BeryJu
left a comment
There was a problem hiding this comment.
fixes the flow rendering issues but this PR shouldn't include changes to the navbar/other commits
a520d08 to
6682a47
Compare
6682a47 to
4f98c21
Compare
|
Resolved in #14181 |
Details
This PR addresses an issue that stems from use of Lit's Node.js exclusive SSR package on the front-end, causing page styles not to load. This occurs on the Captcha stage, or if a flow footer includes links.
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)