Hi there - I’ve passed all the projects under “APIs and Microservices Certification”, but the server is not saving my “Exercise Tracker” submission. Each time I hit submit, I receive a popup noting that I’ve completed the section:
This happened with the other projects in that section too (e.g. timestamp, request header, file metadata) but I bypassed that problem but copying my link directly in “Settings” under “Legacy Back End” but there isn’t a field available for the Exercise Tracker:
I have been unable to reproduce any issue. Would you mind resubmitting again, this time with your browser devtools open, and look for any errors as you push the Submit and go to next challenge button.
Hi there - please find below (these load as soon as I load the page, and loads further when I hit submit on the exercise tracker). I believe it might have to do with the fact that I changed my Github username recently but I can’t find the place where I can update my profile to link to the updated Github username (same profile, just new username). Should I revert to my old Github username?
Thank you, for sharing that. By your description, I would assume the next port of debugging would be finding out if anything on your end is blocking requests to https://api.freecodecamp.org/
The fact that multiple errors are showing up either means you are preserving your log, OR the client is still trying to send old requests.
PS As far as I am aware, you can ignore the last two errors, because I have always had those.
Are you able to try on a different network? Or, at least flush your DNS cache?
I flushed the DNS cache to no avail, and tried Firefox too and it didn’t work (in fact, Firefox couldn’t check the solution on Glitch at all because of CORS). However, I downloaded my solution to Replit and used Replit instead of Glitch and it worked…so while I have yet to stop the 403 from loading (it still continues to load when I launch FCC’s website), I have successfully submitted my solution. I guess I found the solution to my original question? Thanks for your help!!