-
Notifications
You must be signed in to change notification settings - Fork 20
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
Trouble saving profile #208
Comments
Hm, interesting. I just tested it out and had no issues. Do you know how to use your browser's Web Inspector? Does it show anything suspicious in there when you hit "Edit"? |
Sorry you're having trouble! I just checked and had the same results as @apetresc. I've attached a video of my attempt to replicate the issue: Screen.Recording.2021-04-23.at.10.59.07.AM.movCould you try what @apetresc suggests: opening your browser's console and seeing if you get any errors when clicking edit or when trying to click save? And could you post what browser & version you're using? |
That's very interesting. I'm definitely not having the success you are in updating my profile. I do not know whether it is relevant, but I am a new user (signed up yesterday), so perhaps the issue is related to updating values in a new profile versus one that is existing? I've attached a screenshot of my profile page with developer tools opened. I don't see anything fishy in the console, but when I inspect the "save" button, I can see that it is disabled. I'm guessing that's the root of my problem. |
I am using the following version of Google Chrome: Version 90.0.4430.85 (Official Build) (64-bit). |
I just tried on Microsoft Edge Version 90.0.818.46 (Official build) (64-bit). I had the same result. |
Oof, I figured it out, but that is a bad user experience. I apologize. The reason, I'm pretty sure, is that you have the "K" in your rank is capitalized, which the validator won't accept. If you change it to "k", I think it should work. Development on GoKibitz is effectively pinned right now, unfortunately, due to how long it's been since I've upgraded a whole bunch of the tools necessary to build it. I should definitely improve the messaging so that users can't experience a totally mysterious issue like this, but I can't promise any timeline on that. |
That worked. Thanks! |
I apologize if this is just user error, but I'm having trouble saving my profile on the website. When I click edit, I am presented with the option to update my profile details. However, I am not able to save. The button is remains disabled, and if I navigate away from the page and navigate back nothing is saved.
The text was updated successfully, but these errors were encountered: