-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When prebaking the static theme file, handle redirects #234
Comments
The root cause is this in outage page:
The pre-baker process is not correctly picking up this inline file reference and changing it to /auth/outage/file.php url |
yao9394
pushed a commit
to yao9394/moodle-auth_outage
that referenced
this issue
Feb 12, 2021
katerynadegtyariova
pushed a commit
to katerynadegtyariova/moodle-auth_outage
that referenced
this issue
May 20, 2021
katerynadegtyariova
added a commit
that referenced
this issue
May 24, 2021
Added a new unit test test_update_inline_background_images.
katerynadegtyariova
added a commit
that referenced
this issue
May 24, 2021
katerynadegtyariova
added a commit
that referenced
this issue
May 24, 2021
katerynadegtyariova
added a commit
that referenced
this issue
May 24, 2021
katerynadegtyariova
added a commit
that referenced
this issue
May 31, 2021
katerynadegtyariova
added a commit
that referenced
this issue
May 31, 2021
brendanheywood
added a commit
that referenced
this issue
May 31, 2021
…-background-image Fix #234 pick up images from inline style background image.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ie if a theme uses a file, the file normally is served as a redirect to s3 signed url. It is very likely this is getting broken somehow.
The symptoms are that this file is not being served using the static file.php, so it ends up going to a real script which then gets diverted to the outage page
The text was updated successfully, but these errors were encountered: