Skip to content
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

navigate should pre-process the redirects to go directly to the final url #212

Closed
aralroca opened this issue May 29, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@aralroca
Copy link
Collaborator

The imperative navigation (navigate) using the server actions, from the browser... It's done through “redirect” on the server-side if it is not the final URL, it is more or less ok, but doing redirects causes losing store transfer to the new page. I think the ideal would be to pre-process the redirects in the navigate method itself, so it would always navigate directly to the final URL.

On the client side, it can probably be done directly to the RPC and so it also works with hyperlinks?

@aralroca aralroca added the bug Something isn't working label May 29, 2024
@aralroca aralroca self-assigned this May 29, 2024
@aralroca
Copy link
Collaborator Author

aralroca commented Sep 7, 2024

Duplicated of #454

@aralroca aralroca closed this as completed Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant