Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version >=3.22 requires to add generic-chooser to the projects installed apps #221

Open
SusakiSir opened this issue Jun 19, 2023 · 0 comments

Comments

@SusakiSir
Copy link

SusakiSir commented Jun 19, 2023

Expected behaviour

Installing wagtailstreamforms >=3.22 as the docs say without running into problems.

Actual behaviour

The template for the generic-chooser is not found and the tracelog doesn't even say it is requested by wagtailstreamforms, which made Troubleshooting very difficult...

The Error

TemplateDoesNotExist at /admin/pages/add/...
generic_chooser/widgets/chooser_v4.html

The Solution

To make sure the template can be found "generic-chooser" has to be added to the Projects installed_apps inside base.py as the documentation of wagtail-generic-chooser says: https://github.com/wagtail/wagtail-generic-chooser#installation

What i expect

Please add this required step of the installation to your documentation to prevent people going through hell fixing your errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant