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

Testing / switch to packaging V2 + proper mail config #622

Merged
merged 241 commits into from Jan 11, 2024
Merged

Conversation

alexAubin
alexAubin previously approved these changes Jan 10, 2024
@alexAubin
Copy link
Member

alexAubin commented Jan 10, 2024

we-are-go-for-launch-apollo13

@Salamandar
Copy link
Member

Excellent, working on my server!

@rodinux
Copy link

rodinux commented Jan 10, 2024

Hello, for me something wrong after the upgrade, no logs and a blank page for https://domain.tld/nextcloud/settings/admin/logging

Capture d’écran du 2024-01-10 14-09-42

@rodinux
Copy link

rodinux commented Jan 10, 2024

the page blank

Capture d’écran du 2024-01-10 15-10-22

@rodinux
Copy link

rodinux commented Jan 10, 2024

I have try after reading this issue here https://github.com/nextcloud/logreader/issues/1073
sudo -u nextcloud php8.2 --define apc.enable_cli=1 occ config:app:set logreader relativedates --value="false" also occ maintenance:repair. restarting php8.2-fpm, with no success.
I haven't a file nextcloud.log nowhere also.

@rodinux
Copy link

rodinux commented Jan 10, 2024

Now I not sure if I remove the upgrade to restore the backup, or I keep it for now to resolve with you what should be wrong...

@alexAubin
Copy link
Member

no logs and a blank page for https://domain.tld/nextcloud/settings/admin/logging

Which page is blank exactly ? You're saying the page is blank but then share a screenshot of the admin containing error message, then another screenshot, but that second screenshot shows the "Journalisation" section

What about the main page with Files etc ? Is it blank blank or blank-but-with-the-side-menu ?

@rodinux
Copy link

rodinux commented Jan 10, 2024

no logs and a blank page for https://domain.tld/nextcloud/settings/admin/logging

Which page is blank exactly ? You're saying the page is blank but then share a screenshot of the admin containing error message, then another screenshot, but that second screenshot shows the "Journalisation" section

What about the main page with Files etc ? Is it blank blank or blank-but-with-the-side-menu ?

blank with side-menu as in the screenshot

@rodinux
Copy link

rodinux commented Jan 10, 2024

there is no nextcloud.log file also

/var/www/nextcloud# sudo -u nextcloud php8.2 --define apc.enable_cli=1 occ log:tail
 ------- --------- --------------------------------------------------- --------------------------- 
  Level   App       Message                                             Time                       
 ------- --------- --------------------------------------------------- --------------------------- 
  Info    updater   OC\Repair\Events\RepairStepEvent: Repair step:      2024-01-10T12:25:25+00:00  
                    Repair DAV shares                                                              
                                                                                                   
  Info    updater   OC\Repair\Events\RepairStepEvent: Repair step:      2024-01-10T12:25:25+00:00  
                    Add background job to set the lookup server share                              
                    state for users                                                                
                                                                                                   
  Info    updater   OC\Repair\Events\RepairStepEvent: Repair step:      2024-01-10T12:25:25+00:00  
                    Add token cleanup job                                                          
                                                                                                   
  Info    updater   OC\Repair\Events\RepairStepEvent: Repair step:      2024-01-10T12:25:25+00:00  
                    Clean up abandoned apps                                                        
                                                                                                   
  Info    updater   OC\Repair\Events\RepairStepEvent: Repair step:      2024-01-10T12:25:25+00:00  
                    Add possibly missing system config                                             
                                                                                                   
  Info    updater   OC\Repair\Events\RepairStepEvent: Repair step:      2024-01-10T12:25:25+00:00  
                    Add AI tasks cleanup job                                                       
                                                                                                   
  Info    updater   OC\Repair\Events\RepairStepEvent: Repair step:      2024-01-10T12:25:25+00:00  
                    Queue a job to generate metadata                                               
                                                                                                   
  Info    updater   \OC\Updater::updateEnd: Update successful           2024-01-10T12:25:25+00:00  
                                                                                                   
  Info    updater   \OC\Updater::maintenanceDisabled: Turned off        2024-01-10T12:25:25+00:00  
                    maintenance mode                                                               
                                                                                                   
  Info    updater   \OC\Updater::resetLogLevel: Reset log level to      2024-01-10T12:25:25+00:00  
                    Warning(2)                                                                     
                                                                                                   
 ------- --------- --------------------------------------------------- --------------------------- 

@rodinux
Copy link

rodinux commented Jan 10, 2024

Perhaps I need do a sudo -u nextcloud php8.2 --define apc.enable_cli=1 occ log:manage ??

I try sudo -u nextcloud php8.2 --define apc.enable_cli=1 occ log:watch and it is not responding

@rodinux
Copy link

rodinux commented Jan 10, 2024

2 options

  • or I remove nextcloud and restore the backup to come back with the 27.1.4 (hope without damage)
  • or I try a yunohost app upgrade nextcloud -u https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing --debug -F

@rodinux
Copy link

rodinux commented Jan 10, 2024

Perhaps something to do with nginx and mjs ? I see nothing here https://domain.tld/nextcloud/apps/logreader/js/logreader-main.mjs?v=4eafa848-0 (error in the console)...

@rodinux
Copy link

rodinux commented Jan 10, 2024

If I add your line it do strange things ! I think it must be already good with

location ~ \.(?:css|js|mjs|svg|gif|png|jpg|ico|wasm|tflite|map|ogg|flac)$ {
        try_files $uri /index.php$request_uri;
        add_header Cache-Control "public, max-age=15778463, $asset_immutable";
        access_log off;     # Optional: Don't log access to assets

        location ~ \.wasm$ {
            default_type application/wasm;
        }

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

Successfully merging this pull request may close these issues.

None yet