Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Application error: a client-side exception has occurred (see the browser console for more information). #26

Closed
TheGrapeJuice opened this issue Jul 16, 2023 · 3 comments

Comments

@TheGrapeJuice
Copy link

getting this error when trying to run my own instance
test

something with i.reduce it seems, any fix?

@chitrakshbotwala
Copy link
Collaborator

This error occurs when we call the reduce() method on a value that is not an array. To solve the error, make sure to only call the reduce method on arrays or conditionally check if the value is an array before calling the method

@DevanAbinaya
Copy link
Collaborator

please pull the code, and restart dev. I already made some changes. should be fixed now

@TheGrapeJuice
Copy link
Author

thanks :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done / Merged to Main 🚀
Development

No branches or pull requests

3 participants