@naeem For a sensible answer, I need to know more information. Which JSON file is it and what is it for?
JSON file is easy to create, just click "Write to file", for example, with the name "my_file.json". You can find the content (syntax) of JSON here: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON
How do I create a notification when I get any errors?
-
Put your entire project inside "Ignore Errors".
When an error occurs, you will run your notification code inside "WAS_ERROR".

-
@BAS-Viet-Nam said in How do I create a notification when I get any errors?:
Put your entire project inside "Ignore Errors".
When an error occurs, you will run your notification code inside "WAS_ERROR".

Chỗ Run code là gì thế bác ?
