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

Incorrectly configured URLs? members.dotnetfoundation.org/... should be dotnetfoundation.org/member/... #48

Open
stakx opened this issue May 13, 2020 · 1 comment

Comments

@stakx
Copy link
Member

stakx commented May 13, 2020

Hi there!

Just joined the foundation. During that process I noticed a few incorrect URL redirects, I'm hoping this is the right place to report this.

I was redirected several times to https://members.dotnetfoundation.org/X (where X is a placeholder) which triggered a 404. The correct URL scheme appears to be https://dotnetfoundation.org/member/X.

I noticed this on two occasions:

  1. when pressing the "Activate your membership" button in the first email
  2. after paying my annual dues and getting redirected back to the "thank you" page

P.S. searching this repo for 'members.dotnetfoundation.org' gives results for the two scenarios just mentioned:

const string redirectUrl = "https://members.dotnetfoundation.org/Profile";

<a href="https://opencollective.com/dotnetfdncollective/contribute/?redirect=https://members.dotnetfoundation.org/profile/donationcomplete" target="_blank">

@MeikTranel
Copy link

@clairernovotny this is the exact scenario i wrote you about. I'm not sure if you manually completed my payment just in the right moment but once i manually called the correct link my payment now shows up as completed. :D

So my immediate problem seems to be fixed. Seeing this code in question got changed 10 days ago we should probably check if there were others with the same problem.

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