You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to redirect the page to some template HTML pages within a fastui endpoint procedure, for example, I need to show the home template page when home link is clicked. so I tried
I am sure there must be a way to do it; I just didn't do it correctly. I would appreciate any help!
The text was updated successfully, but these errors were encountered:
fmrib00
changed the title
how do I return RedirectResponse or jinja2Templates' TemplateResponse from an endpoint?
Return RedirectResponse or jinja2Templates' TemplateResponse from an endpoint?
Aug 14, 2024
Is there no way to go to a template HTML page from a FastUI end point? I just wanted to redirect to a login page once logout endpoint is triggered. What is the recommended way to handle login with a customer login page that is based on template? @zboyles
I need to redirect the page to some template HTML pages within a fastui endpoint procedure, for example, I need to show the home template page when home link is clicked. so I tried
but then I will get
I am sure there must be a way to do it; I just didn't do it correctly. I would appreciate any help!
The text was updated successfully, but these errors were encountered: