Sometimes in the Noibu platform you will have errors which return no stacktrace. Particularly, in the developer tab you will get something like this:

If this error occurs it means that the code which generated the error is a script implemented in the html not a separate JavaScript file. To solve this you can try the following steps:
- Go to the provided URL where the error occurred
- Open the developer console and go to the elements tab
- Use 'ctrl + f' in elements to search for a specific key word (Ex. 'classList')
- Use the error message and the code to understand the root cause
Comments
Please sign in to leave a comment.