Open steffennilsen opened 2 years ago
I see that its been fixed by https://github.com/Code-Pop/from-vuex-to-pinia/pull/5 in the main branch, but it still affects the previous branches, especially branch 03-Begin
which is the first one encounter while taking the course
Thanks for letting me know! I'll get that fixed asap!
Title should be self explanatory:
EventDetails.vue
Id is parsed as a number, this works for the initial 3 entries in
db.json
, but any further events created inEventCreate.vue
usesuuidv4
which is a string, gets parsed to
NaN
and trips the in-component route guard ofEventDetails.vue
leading to the 404 page