You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the code is optimized and put together, it's hard to debug locally when there are errors because it doesn't really say what file the issue is in. Is there an easier way to debug for errors?
"errorMessage": "Cannot read property 'identity' of undefined",
"errorType": "TypeError",
"stackTrace": [
"TypeError: Cannot read property 'identity' of undefined",
" at /home/user/documents/github/myapp/myapi/services/myservice/_optimize/my-api-dev-getSites/src/sites.js:2:1563",
The text was updated successfully, but these errors were encountered:
Because the code is optimized and put together, it's hard to debug locally when there are errors because it doesn't really say what file the issue is in. Is there an easier way to debug for errors?
The text was updated successfully, but these errors were encountered: