powerpaul17 / nc_money

Nextcloud app for finance management
GNU Affero General Public License v3.0
96 stars 9 forks source link

Dont work on Nextcloud25 #19

Closed Chiller2019 closed 1 year ago

Chiller2019 commented 1 year ago

NC_Money

Its fixable? OS: Ubuntu 20 NC-Version: 25 Error: TypeError: Cannot assign null to property OC\Core\Controller\PreviewController::$userId of type string

powerpaul17 commented 1 year ago

This does not seem to be a problem with the app. Did you try and create an account to see if it works. Currently there is nothing displayed when you start the app, I am working on this..

Chiller2019 commented 1 year ago

This does not seem to be a problem with the app. Did you try and create an account to see if it works. Currently there is nothing displayed when you start the app, I am working on this..

Yeahr, because, its possible to click on the three dots but, they dont open the dropdown-menu. This is the reason why I cant create a account. - Exactly.

Is this a problem with the new ui from Nextcloud?

powerpaul17 commented 1 year ago

Yeahr, because, its possible to click on the three dots but, they dont open the dropdown-menu. This is the reason why I cant create a account. - Exactly.

Yes, you're right, I tried it on NC 25 and it does not work. I'll have a look at it.

powerpaul17 commented 1 year ago

Fixed in 794f9d5d0864166347624484da82928cbfcd8acb

Chiller2019 commented 1 year ago

Yes, works perfectly. Thx vm! +1 for this App

powerpaul17 commented 1 year ago

Thanks for reporting the problem :slightly_smiling_face:

RandomNinjaAtk commented 1 year ago

@powerpaul17

Just added/installed the app, also cannot add an account. The ... icon works and shows a pop up that gives the option to: + Add Account

But clicking it does nothing. Tried both FireFox and Chrome.

Version: Nextcloud Hub 3 - 25.0.1

Edit: I can open a new issue if you'd like. But this seems applicable to this existing issue because it is also directly related.

powerpaul17 commented 1 year ago

@RandomNinjaAtk Can you provide a bit more information please? What app version, is there an error in the console?

RandomNinjaAtk commented 1 year ago

@powerpaul17 App is version: 0.9.0 :: There is no error message displayed, just nothing happens when you click the link. I'm assuming something should happen, but I've never used the app before previously. So I do not know what should be expected, I just know it should do something.

I looked for a relevant log file, didn't find one. I'm using the linuxserver.io docker for nextcloud. Did not notice any errors in the console output.

powerpaul17 commented 1 year ago

Hello again, I released an update? Can you please try again and see if it's working now? Thanks.

RandomNinjaAtk commented 1 year ago

The menu changed slightly in behavior, but clicking the + icon to add an account still doesn't do anything.

App version 0.11.1

powerpaul17 commented 1 year ago

Ok, is there any error in the browser console? Maybe in the network log?

RandomNinjaAtk commented 1 year ago

image

I see a network request also that comes back with error 500. The pic is chrome's console for the click.

powerpaul17 commented 1 year ago

Ok, thanks for the screenshot. That explains why it's not working. Unfortunately error 500 is an internal server error.. Can you click on the failed request in the "network" tab and see if there is a response there, please?