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

On mobile devices the redirects don't work every time #521

Open
kitzler-walli opened this issue Feb 28, 2024 · 2 comments
Open

On mobile devices the redirects don't work every time #521

kitzler-walli opened this issue Feb 28, 2024 · 2 comments

Comments

@kitzler-walli
Copy link

Currently I try to analyse an issue where mobile devices scan the qr code but then only a white page is displayed in the browser.
The browser shows the correct url and reloading the page usually causes the redirect.

Has anyone experienced something similar?
We're using a custom domain for the shortener but in 90% of all redirects it works just fine.
Debugging the response is challenging as is happens not every time and never happened on a full client.

@workmail20
Copy link

Maybe you have a bad internet connection? I think only 95% of your redirects will be successful; the others will be broken due to internet communication errors/pings/timings. The application uses a simple 302 header for redirects. It's very robust, unlike meta/js headers.

I plan to research source codes in the next few days. They need to be checked.

@kitzler-walli
Copy link
Author

Not necessary - my problems resulted from slow container start times in Azure. Case closed, sorry for not updating the issue.

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