Files
wehub-resource-sync 6ede33ccdb
Build and Push Docker Images / create_manifest (web, surfsense-web, , cpu) (push) Has been cancelled
Build and Push Docker Images / finalize_release (push) Has been cancelled
Obsidian Plugin Lint / lint (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, cpu, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64, , runner, false, cpu) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, cpu, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64, , runner, false, cpu) (push) Has been cancelled
Build and Push Docker Images / compute_version (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cpu, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64, , production, false, cpu) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cpu, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64, , production, false, cpu) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cu126, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64, -cuda126, production, true, cuda126) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cu126, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64, -cuda126, production, true, cuda126) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cu128, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64, -cuda, production, true, cuda) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cu128, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64, -cuda, production, true, cuda) (push) Has been cancelled
Build and Push Docker Images / verify_digests (push) Has been cancelled
Build and Push Docker Images / create_manifest (backend, surfsense-backend, , cpu) (push) Has been cancelled
Build and Push Docker Images / create_manifest (backend, surfsense-backend, -cuda, cuda) (push) Has been cancelled
Build and Push Docker Images / create_manifest (backend, surfsense-backend, -cuda126, cuda126) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:33:44 +08:00

60 lines
1.6 KiB
Markdown

---
name: Bug Report
about: Report a bug or unexpected behavior in SurfSense
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
<!-- Provide a clear and concise description of the bug -->
## Deployment Type
<!-- Please select where you encountered this issue -->
- [ ] SurfSense Cloud (hosted version)
- [ ] Self-hosted version
## Steps to Reproduce
<!-- Provide detailed steps to reproduce the behavior -->
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
## Expected Behavior
<!-- Describe what you expected to happen -->
## Actual Behavior
<!-- Describe what actually happened -->
## Screenshots/Videos
<!-- If applicable, add screenshots or videos to help explain the problem -->
## Environment Information
<!-- Please complete the following information -->
- **Browser:** [e.g., Chrome 120, Firefox 121, Safari 17]
- **Operating System:** [e.g., Windows 11, macOS 14, Ubuntu 22.04]
- **SurfSense Version:** [e.g., v1.0.0 or commit hash if self-hosted]
### Additional Environment Details (for Self-hosted only)
<!-- If you selected self-hosted, please provide: -->
- **Python Version:** [e.g., 3.11]
- **Node.js Version:** [e.g., 20.10.0]
- **Database:** [e.g., PostgreSQL 15]
- **Deployment Method:** [e.g., Docker, Manual installation]
## Additional Context
<!-- Add any other context about the problem here -->
## Logs/Error Messages
<!-- If applicable, paste relevant logs or error messages -->
```
Paste logs here
```
## Checklist
- [ ] I have searched existing issues to ensure this is not a duplicate
- [ ] I have provided all the required information above
- [ ] I have added appropriate labels (bug, deployment type)