-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Bug Report
Description
When following the documentation to clone and run the application template, the application returns "Not Found" instead of working normally. This appears to be a version compatibility issue.
Environment
- HarperDB Version: 4.6.7 (current)
- Previously Working Version: 4.5.8
- URL Accessed: http://localhost:9926/Greeting
- Error: "Not Found" displayed in browser
Steps to Reproduce
- Clone the application-template repository
- Follow the setup instructions from the documentation
- Start HarperDB 4.6.7
- Navigate to http://localhost:9926/Greeting
- Observe "Not Found" error instead of expected greeting
Expected Behavior
The application should display the greeting page as it did with HarperDB 4.5.8
Actual Behavior
Browser shows "Not Found" error
Additional Context
- The same application template worked correctly with HarperDB 4.5.8
- This suggests a breaking change or compatibility issue introduced in version 4.6.7
- The HarperDB server appears to be running correctly (visible in terminal output)
Request
Please investigate the compatibility issue between the application template and HarperDB 4.6.7, and either:
- Update the template to work with 4.6.7, or
- Document the version compatibility requirements
Thank you!
Metadata
Metadata
Assignees
Labels
No labels