Api redirects and content flashes
Just wanted clarification on how server side fetching works in combination with redirect rules . I set up a redirect rule so that if a user is already logged in , it redirects them to the dashboard . The redirect works , but the content of the page flashes before the redirect . I thought that since I have server -side fetching enabled , it would redirect before loading anything ? Something about the formula is causing it be checked client -side Are you able to show the formulas or perhaps the API is being called "on load " somewhere ? the api request is in a user -provider component with an attribute to determine redirect urls the attribute is used in the redirect rule nothing in any on load cycles , although the on attribute change does refresh the api i 'll have to change that