I was busy with the Student Database pt.1 yesterday and upon completion the freecodecamp website was not marking the workshop as completed. I later discovered that the Coderoad webhook token is changing everytime I reload the page. I thought it was supposed to remain the same until I delete it and regenerate a new one. What could be the problem please?
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36
Challenge Information:
Build a Student Database: Part 1 - Build a Student Database: Part 1
Only the last segment I guess. but I thought it was to be the same throughout, because after every reload it’ll be different to the one I have in the local setup (Dockerfile). And the website was failing to sync the completion of the task I was busy with.
the different part is a timestamp, it is used to verify that the token is a valid token, not a garble of letters, not that it is the right one (that is done using the unchanging part)
Thanks. Just to confirm if the first and second segments of the token I copied and the I already have in the dockerfile are the same, but the last parts are different does it mean I can safely continue working on tutorial task?