I'm trying to understand how the Server-side requests can work, I'm trying to use a useFetch inside a defineNuxtPlugin to get the user data before loading the page on client side but I'm getting:
[Vue warn]: onServerPrefetch is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.