bug: running web app on v0.6.5
See original GitHub issueFirst, on v0.6.5 deploying the web app does not work correctly. Pages are not rendering with an error message displayed but moving back down to v0.6.3 the bug disappears. When I run a preview of a Knowledge Post it renders correctly, the issue only occurs when I initiate a server, either via deploy
or runserver
.
Second, thanks for a great application. Is raising an issue the best way to raise any bugs or other feedback? I found the documentation very clear and easy to step through to get up and running very quickly.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5
Top Results From Across the Web
[Bug] Can't build application on Mac OS · Issue #68 - GitHub
Describe the bug I can't build application on mac os. I followed the instruction in readme but I face an error in build_sdk.sh...
Read more >Diagnosing and resolving bugs in your running app
Inspect your running app to isolate bugs, locate crashes, identify excess system resource usage, visualize memory bugs, and investigate view layout problems.
Read more >Release v0.6.5 - Calliope
Release announcement and highlights for Calliope v0.6.5. ... which fixes a bug in how k-means clustering reacts to specifying a random seed.
Read more >Release notes for v0.6.5 - RetroShare Team - WordPress.com
Dear users, we're proud to announce the release of RetroShare 0.6.5. This new version is coming rather late (it was originally planned for ......
Read more >KILLSQUAD on Twitter: "KILLSQUAD's Update v0.6.5 is here, and ...
KILLSQUAD's Update v0.6.5 is here, and with it the next Bounty Hunter Skin of the Summer Event! Earn tokens and unlock the new...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Cleopatro I think this fix took care of the issue https://github.com/airbnb/knowledge-repo/pull/81. Can you re-run and add the debug flag? so
knowledge_repo --repo ./ --debug runserver
and send us the output?If you see this error, then it’s the one that the latest bug fixed, and pulling the changes should fix it.
Having a look. I’m guessing this might be a regression from the EXCLUDED_TAGS concept we introduced, will let you know when I figure it out.