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
Redirect to https://mydomain.com using express redirect fails while using http://mydomain.com work shouldn't it work regardless for https without timing out.
#11
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.
So for proper context when I use response.redirect("https://website.com") in my code while using your package the redirect times-out using http then works. Shouldn't it just work for all circumstances?
The text was updated successfully, but these errors were encountered:
So for proper context when I use response.redirect("https://website.com") in my code while using your package the redirect times-out using http then works. Shouldn't it just work for all circumstances?
The text was updated successfully, but these errors were encountered: