Skip to content

Latest commit

 

History

History
227 lines (227 loc) · 8.23 KB

BUG_REPORT.yml

File metadata and controls

227 lines (227 loc) · 8.23 KB
NameAboutLabelsAssignees
🐛 Bug report: Nextcloud ServerSubmit a report and help us improve Nextcloud Serverbug,0. Needs triage

👍 Thank you for contributing to our project!

Please note this is a free and open-source project. Most people take on their own time to help you, so please, be patient.
You can obtain Enterprise support if you run Nextcloud Server in a mission critical environment.

🚨 SECURITY INFO

If you are reporting a security concern, please report it via our HackerOne page instead and review our security policy.
This allows us to coordinate the fix and release without potentially exposing all Nextcloud servers and users in the meantime.
It also may qualify your report for a bug bounty reward.
Thank you for helping make Nextcloud more secure!

⚠️ This issue respects the following points: ⚠️

All conditions are required. Your issue can be closed if these are checked incorrectly.

Provide a description of the bug you're experiencing.
Don't just expect someone will guess what your specific problem is and provide full details.

Describe the steps to reproduce the bug.
The better your description is (go 'here', click 'there'...) the fastest you'll get an (accurate) answer.

Describe what you expected to happen instead.

Select installation method you've used.
Describe the method in the "Additional info" section if you chose "Other".

Select Nextcloud Server version.
Versions not listed here are not maintained and not supported anymore

Select operating system where Nextcloud Server is installed.
Describe in the "Additional info" section if you chose "Other".

Select PHP engine version serving Nextcloud Server.
Describe in the "Additional info" section if you chose "Other".

Select Webserver serving Nextcloud Server.
Describe in the "Additional info" section if you chose "Other".

Select Database engine serving Nextcloud Server.
Describe in the "Additional info" section if you chose "Other".

Select if bug is present after an update or on a fresh install.

Select if encryption is Enabled on your Nextcloud Server.

What user-backends are you using?

Select all user-backends Enabled on your Nextcloud Server.
Describe in the "Additional info" section if you chose "Other".

Provide information about your configuration.
To get this information, execute one of the following commands on the CLI:

sudo -u www-data php occ config:list system
php occ config:list system
./occ config:list system

NOTE: This will be automatically formatted into code for better readability.

Provide information about your apps.
To get this information, execute one of the following commands on the CLI:

sudo -u www-data php occ app:list
php occ app:list
./occ app:list

NOTE: This will be automatically formatted into code for better readability.

Provide Nextcloud Signing status.
First, login as Admin user into your Nextcloud, then access this URL:

https://yournextcloud.tld/index.php/settings/integrity/failed

NOTE: This will be automatically formatted into code for better readability.

Provide Nextcloud logs lines.
Copy all contents from data/nextcloud.log or a RAW from /settings/admin/logging section:

NOTE: This will be automatically formatted into code for better readability.

Any additional information related to the issue (ex. browser console errors, software versions).