MakeAWiki Support
Need help with MakeAWiki? You've come to the right place. This page provides resources for getting support with MakeAWiki installation, configuration, and usage.
Common Issues and Solutions
Installation Problems
- Node.js compatibility issues: Make sure you're using Node.js version 12 or higher
- Dependency installation errors: Try deleting the node_modules folder and running
npm installagain - Port already in use: Change the port in the index.js file if 3000 is already being used
Content Management Issues
- Markdown not rendering correctly: Make sure your markdown syntax is correct
- Images not displaying: Check that image paths are correct and files exist in the static directory
- Links not working: Verify that your page paths are correct and the target pages exist
Configuration Issues
- Customization not taking effect: Make sure to restart the server after making changes to templates or CSS
- Search not finding content: The search is case-insensitive but requires exact matches for words
Contact Support
If you can't find a solution to your problem, there are several ways to get help:
GitHub Issues: Submit a detailed bug report on our GitHub Issues page
When reporting issues, please include:
- Node.js version
- Browser and operating system
- Detailed description of the problem
- Steps to reproduce the issue
- Any error messages or logs
Documentation
Our documentation is the best place to start for many questions:
Community Resources
Contributing to Support
If you've solved a problem that others might encounter, consider:
- Contributing to our documentation
- Creating a guide in the Guides section
- Helping other users in our community channels
Your contributions help make MakeAWiki better for everyone.