Nuxt / Vue Error

Matty

Supreme
Feedback score
25
Posts
1,056
Reactions
434
Resources
0
So yeah, today I decided to edit an element within my portfolio & received a weird error. The code was later reversed to a month old code (was fully functional and working a month ago) with no luck.

Im curious whether anyone has any ideas as to why this could be happening?

EDIT: The only “code” changed was a statement set as “true” being changed to “false”. This in all reality shouldn’t have caused any issues. It builds successfully with no errors on GitHub & Vercel - it just doesn’t load and instead comes up with that error
 

Attachments

  • C7FF230A-FA19-49EB-B61F-E12D9DD245A8.jpeg
    C7FF230A-FA19-49EB-B61F-E12D9DD245A8.jpeg
    112.9 KB · Views: 35
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Steampunk

Developer
Premium
Feedback score
17
Posts
1,154
Reactions
362
Resources
2
IsCE hasn't been defined therefore it's null, github and vercel wouldn't catch this as it's not a build error it's a logic error.
 

Matty

Supreme
Feedback score
25
Posts
1,056
Reactions
434
Resources
0
IsCE hasn't been defined therefore it's null, github and vercel wouldn't catch this as it's not a build error it's a logic error.

Surely a simple True -> False change wouldn’t cause a logic error? I mean even looking back at the GitHub code, that was the only file edited in the past month. Reversing it to month old code would fix it, no?
 
Top