nextcloud / bookmarks

🔖 Bookmark app for Nextcloud
https://apps.nextcloud.com/apps/bookmarks
GNU Affero General Public License v3.0
1.01k stars 173 forks source link

Missing bookmarks.main.js in version 2.1.0 #797

Closed donb9000 closed 5 years ago

donb9000 commented 5 years ago

Describe the bug After updating the bookmarks app via the admin apps page, the bookmarks app shows just a blank white page under the navigation bar. Looking in the log I see the message:

35663:{"reqId":"zbkfxGYqkv3PPTIGKyru","level":0,"time":"2019-09-14T12:23:41+00:00","remoteAddr":"192.168.37.4","user":"dbostrom","app":"bookmarks","method":"GET","url":"\/nextcloud\/apps\/bookmarks\/","message":"Could not find resource file \"\/nextcloud\/apps\/bookmarks\/js\/bookmarks.main.js\"","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:69.0) Gecko\/20100101 Firefox\/69.0","version":"16.0.4.1"}

To Reproduce Steps to reproduce the behavior:

  1. Have bookmarks 2.0.3 installed
  2. update to bookmarks 2.1.0
  3. login as non-admin user
  4. select bookmarks app
  5. bookmarks do not show up

Expected behavior My bookmarks should be shown

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Server (please complete the following information):

Additional context Add any other context about the problem here.

Web server error log

Insert your webserver log here

Nextcloud log (nextcloud/data/nextcloud.log)

Insert your Nextcloud log here

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log 
c) ...
marcelklehr commented 5 years ago

Yep, duly noted, v2.1.1 is out already.

donb9000 commented 5 years ago

That was quick!

The bookmarks app version 2.1.1 is working for me again.