35 lines
703 B
Markdown
35 lines
703 B
Markdown
# Discord Integration Debug Documentation
|
|
|
|
## Issue 1: Discord Icon Did Not Display
|
|
|
|
Cause:
|
|
An SVG file was downloaded and saved with a .png filename.
|
|
|
|
Fix:
|
|
Replaced it with a valid PNG file.
|
|
|
|
Verification:
|
|
file discord.png
|
|
|
|
Expected result:
|
|
PNG image data
|
|
|
|
## Issue 2: Discord Card Was Coming Soon
|
|
|
|
Cause:
|
|
The card used href="#" and data-coming-soon="1".
|
|
|
|
Fix:
|
|
Replaced the placeholder link with the Discord invite URL.
|
|
|
|
## Issue 3: Permission Denied Creating Documentation Folder
|
|
|
|
Cause:
|
|
The kitestacks-homelab repository is owned by root:root.
|
|
|
|
Fix:
|
|
Used sudo to create the project folder and documentation files.
|
|
|
|
## Notes
|
|
|
|
Always test in the portal test environment before promoting to production.
|