-
Notifications
You must be signed in to change notification settings - Fork 11
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
Missing manifest path causes exceptions when password strength indicator is active #34
Comments
Came here to report the same issue |
ditto |
Thanks for the mention, and sorry for the late reply, just got back from holidays. Will look into it ASAP! |
This issue only occurs when you have the password strength indicator enabled, this won't happen without that being activated, it is a current band-aid patch as it seems that it is an issue within |
@michtio The strength indicator is off and i still get the exception i'll continue running the beta and await the next update and test then. |
I just ran into this issue after updating from Craft 4 to Craft 5. |
fix: set `useForAllRequests` to `true`, closes: #34
This has been fixed in the above PR. |
This has been fixed in 5.0.3 https://github.com/craftpulse/craft-password-policy/releases/tag/5.0.3 Thanks @khalwat for the support. |
The updated plugin (from 5.0.0 and forward) is missing manifestPath for the vite component, which causes an exception when registering the indicator asset in View::EVENT_BEFORE_RENDER_PAGE_TEMPLATE.
This affects the front-end and certain parts of the backend.
Here's the full exception
The text was updated successfully, but these errors were encountered: