🐙
Docs
  • Welcome to Medusa
  • Hydra
    • Concept
  • MEDUSA
    • Concept
    • Quickstart
    • Expressions
    • Additional functions
    • Inner workings
Powered by GitBook
On this page
  1. MEDUSA

Inner workings

What path does a request take through Medusa?

  1. Browser call

  2. RequestStreamHandler or RequestStreamHandlerWithSecurity depending on if the ReactiveSecurityContextHolder bean is available

  3. HTMLInjector.inject

  4. ...

Troubleshooting

Blank page when calling a page

This means that somewhere in the reactive chain something didn't resolve. For example, the Reactive security context did not load. So the chain to inject HTML gets broken, and resolves without giving you HTML (=shows you a blank page)

If the situation where the chain is broken is actually correct, then a switchIfEmpty() needs to be implemented and a default value provided.

PreviousAdditional functions

Last updated 3 years ago