Skip to content

Commit

Permalink
Feature/troubleshooting section in contribution.md (#541)
Browse files Browse the repository at this point in the history
* Add troubleshooting section to contribution.md

* Updated troubleshooting section in contribution.md

* Update code

---------

Co-authored-by: Arkadii Yakovets <[email protected]>
  • Loading branch information
shining-bluemoon-11 and arkid15r authored Jan 20, 2025
1 parent 0347f5c commit ef3f299
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,18 @@ git checkout -b feature/my-feature-name
- Address feedback from maintainers during code review.
- Once approved, your PR will be merged into the main branch.
## Troubleshooting
- **"Unexpected character" error during application execution or Docker image building**
This error is usually caused by incorrect encoding of `.env` files.
- Open the `.env` files in a text editor (e.g., VS Code) and save them as "UTF-8 without BOM."
- Restart the application with `make run` and verify the error is resolved.
Tips:
- Ensure consistent file encoding using a code editor or linter.
- If the issue persists, check the project's documentation or issue tracker.

## Code of Conduct

Please follow the [Code of Conduct](https://github.com/OWASP/Nest/blob/main/CODE_OF_CONDUCT.md) when interacting with other contributors.
Expand Down

0 comments on commit ef3f299

Please sign in to comment.