#when I click on new appointment form and submit then it gives this error
9 messages · Page 1 of 1 (latest)
!!help.img
⚠️ Please do not screenshot code as it causes a number of issues:
💠💠💠
- Ease of assistance - If someone wants to copy your code and correct it, they cannot. Making it easy for people to help you is in your best interests.
- Editorialising - It's common to try to make images small in size, which means you're likely to crop out code relevant to your issue.
- Accessibility - Wide images can be hard to read on mobile devices, and are impossible for screen readers.
- Legibility - You cannot read screenshots of code directly, instead you have to open them in an enlarged context.
- Bandwidth usage/clutter - Some of our members use metered connections, and it is wasteful for them to download images of text.
For a small amount of code, please use a codeblock (!!help.codeblocks), while an external repository (see !!help.code) is suitable for larger codebases.
have you found a solution ?
No
got the same issue, any solutions?
Still waiting for a solution
got the same issue bro🥲
It seems that all of you are parsing undefined value to JSON.parse
JSON.parse(undefined)
Whatever the value you're passing to JSON.parse or parseStringify function (which basically does JSON.parse), make sure it's actual value and not undefined