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

rbind.io does not redirect to https:// #826

Closed
anishajayadevan opened this issue Jul 2, 2021 · 3 comments
Closed

rbind.io does not redirect to https:// #826

anishajayadevan opened this issue Jul 2, 2021 · 3 comments

Comments

@anishajayadevan
Copy link

@anishajayadevan anishajayadevan commented Jul 2, 2021

Hi rbind team,

I used blogdown and Hugo academic to build a new website. It was originally deployed on anishajayadevan.netlify.app and now resides at https://anishajayadevan.rbind.io. I have updated baseURL to point to the latter link in config.toml.
I have also created a _redirects file which I have placed in static/ here.
However, http:// does not get redirected to https://. And https://anishajayadevan.netlify.app does not get redirected to rbind.io either.
When I log in to Netlify, I also see this message:

Screenshot from 2021-07-01 17-46-46

I tried the fix suggested by @nanxstats here, with no luck.

I'd appreciate any help!

@lilynuraini
Copy link

@lilynuraini lilynuraini commented Jul 3, 2021

I also have the same problem with the rbind.io domain. Still facing the issue after trying the fix. Need help from the support team. Thanks.

@nanxstats
Copy link
Member

@nanxstats nanxstats commented Jul 6, 2021

Looks like https is working, so the issue is probably about the _redirects, other than the domain stuff. Maybe checking whether the rules are successfully processed in the deploys would help?

Screen Shot 2021-07-05 at 10 40 04 PM

@anishajayadevan
Copy link
Author

@anishajayadevan anishajayadevan commented Jul 6, 2021

Thanks @nanxstats ! This helped. The redirect rules were not being processed. There was an index.redirects which was being built into a _redirects file. I copied my redirect rules to that file and that solved it.

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

3 participants