Skip to content
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

[BUG] Nextcloud Log Error in 28.0.1 fixed but need change default.conf also #391

Closed
1 task done
masterwishx opened this issue Dec 22, 2023 · 3 comments · Fixed by #392
Closed
1 task done

[BUG] Nextcloud Log Error in 28.0.1 fixed but need change default.conf also #391

masterwishx opened this issue Dec 22, 2023 · 3 comments · Fixed by #392

Comments

@masterwishx
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

nextcloud/logreader#1073
As issue is fixed by 28.0.1 or can be fixed by console command :

./occ config:app:set logreader relativedates --value="false"

but also default.conf is need to be changed to add :

   types {
        text/javascript js mjs;
    }
    ...
    ...
    location ~ \.(?:css|js|mjs|svg|gif|png|jpg|ico|wasm|tflite|map|ogg|flac)$ { ...

nextcloud/logreader#1073 (comment)

Expected Behavior

No response

Steps To Reproduce

..

Environment

Unraid and all

CPU architecture

x86-64

Docker creation

..

Container logs

...
@masterwishx
Copy link
Author

jest add "mjs" to location and "types{...}"
image

@masterwishx
Copy link
Author

masterwishx commented Dec 22, 2023

Thanks for the fix , should be nextcloud also updated to v28.0.1 ?

@thespad
Copy link
Member

thespad commented Dec 22, 2023

Not yet, in classic Nextcloud fashion they haven't done a Github release for 28.0.1 so we haven't picked up the build yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants