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

Too many redirects on safari #9

Open
jareksgit opened this issue Nov 5, 2022 · 1 comment
Open

Too many redirects on safari #9

jareksgit opened this issue Nov 5, 2022 · 1 comment

Comments

@jareksgit
Copy link

Hello,
all in all a great and exciting project.

I set up the project with a basic site from the tutorial page. Then I noticed that the base route path!("/", anansi::util::auth::start::views::StartView::start) is not loaded in Safari because of too many redirects.
(MacOs Ventura Version 13.0, Safari Version 16.1)

Also on Chrome the content download in my case takes a very long time (5sec).

Without having looked into the source code, a request seems to be redirected several times or the request is not completely terminated by the server.

@saru-tora
Copy link
Owner

Thanks for the input.

The redirects may have been caused by a bug involving dates. Hopefully, it's been fixed.

The Chrome problem may have been caused by the keep-alive implementation. I've disabled it for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants