-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught (in promise) TypeError: Cannot destructure property 'status' of 't' as it is undefined. (axios) #6052
Comments
Unable to reproduce the issue, please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example) |
I have the same error when updating from 4.29.5 to 4.32.1 I'm using the package https://github.com/stepanenko3/nova-boolean-group-field The problem is when I want to get the value from another Field via I described more in the Issue to the author |
Had the same issue and solved it by overriding the axios package in the custom components that used the package form-backend-validation. Saw it here spatie/form-backend-validation#98 |
To diagnose and fix issues, we need to be able to reproduce them. Having detailed bug reports, and ideally, a reproduction repository is the best way to help us. When you can provide a reproducible example on a fresh instance of Nova, we'd love to take a look and work towards a resolution! |
I solve this problem by run |
@andypooletrioteca Can you explain how you did this? |
Description:
can't made any request or open any resource in nova.
The text was updated successfully, but these errors were encountered: