docs: update Troubleshooting page with discussion-based fixes#514
docs: update Troubleshooting page with discussion-based fixes#514rohanmalhotracodes wants to merge 3 commits intooppia:developfrom
Conversation
- Added note at top of page - Added troubleshooting entries from GitHub Discussions - Updated Table of Contents Fixes oppia#207
Updated instructions for loading data and creating classrooms, including clarifications and reordering of steps.
|
@HardikGoyal2003 for #434 (comment) I have included the other changes in this PR itself. PS: Can we maybe raise a new issue in the main repo of Oppia since I have included the fixes needed in docs here itself. |
|
@jayam04 PTAL, gentle reminder. |
|
@jayam04 gentle ping. |
jayam04
left a comment
There was a problem hiding this comment.
@rohanmalhotracodes Thank you for the updates. I have reviewed your changes.
Troubleshooting.md
Outdated
| 2. Run: `python -m scripts.start --dev` | ||
| 3. If the issue persists, try: `python -m scripts.start --clean` | ||
| 4. If necessary, run `yarn install` and restart the server. | ||
|
|
||
| This is typically a frontend build or caching issue rather than a backend problem. |
Troubleshooting.md
Outdated
| 1. Start the dev server. | ||
| 2. Go to: `http://localhost:8181/admin` | ||
| 3. Assign yourself the **admin role** from the roles tab. | ||
| 4. Restart the server if necessary. | ||
|
|
||
| After assigning the admin role, the `/admin` page should load correctly. |
There was a problem hiding this comment.
Specify, you must use email suggested on login for the first time to access /admin page.
Troubleshooting.md
Outdated
| ### oppia-angular-build container exits during install/run | ||
|
|
||
| If the Oppia installation (e.g., `make build`, Docker startup, or `python -m scripts.start`) fails because the `oppia-angular-build` container exits unexpectedly or the build does not complete: | ||
|
|
||
| **Possible fixes:** |
There was a problem hiding this comment.
This was part of Docker setup, which we have already dropped. So, you can remove this.
|
@jayam04 sir, I have tried to resolve everything addressed above. If I have missed anything please do let me know. Thanks |
Summary of Changes
Opia→OppiaGithub→GitHubAlthough the typo fixes were not explicitly part of the original scope, they were minor consistency corrections and included here to avoid raising separate issues.
Issues Addressed
Fixes #207
Fixes #434