Add mail account causes nothing
Steps to reproduce
- Go to mail settings on a left sidebar
- Click to "+ Add mail account"
- Nothing happens
Expected behavior
Add new account view will be shown
Actual behavior
Nothing happens. No error messages
Mail app version
1.13.7
Mailserver or service
No response
Operating system
No response
PHP engine version
No response
Web server
No response
Database
No response
Additional info
No response
Possibly related
[Vue warn]: Property or method "onAccountUpdated" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
found in
---> <AccountSettings> at src/components/AccountSettings.vue
<RouterLink>
<AppNavigationItem>
<NavigationAccount> at src/components/NavigationAccount.vue
<AppNavigation>
<Navigation> at src/components/Navigation.vue
<Content>
<Home> at src/views/Home.vue
<App> at src/App.vue
<Root>
I can not reproduce
this is caused by this: https://github.com/nextcloud/mail/commit/799ee0028d553d46af475bc0499cb1db44864e61
works but this warning should be fixed
Property or method "onAccountUpdated" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property.
found in ---> <AccountSettings> at src/components/AccountSettings.vue
works but this warning should be fixed
Property or method "onAccountUpdated" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property.
found in ---> at src/components/AccountSettings.vue
when i was debbuging it, i replaced the onSave with onAccountUpdate and i didnt see the warning anymore(ithink). Thats what you did too?
fixed here: https://github.com/nextcloud/mail/pull/6998
because i cannot use account settings anymore and i need that for another pr