-
Notifications
You must be signed in to change notification settings - Fork 2k
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
TypeError: Cannot read properties of undefined (reading 'confirm-reindex-modal') #10042
Comments
Hey @cbratschi, I'll look into this one too. Strange as your error message seems to be about the reindex modal slug passed to the modal hook. I did not notice this error in 3.6.0, but maybe try latest in the meantime? |
Hey @cbratschi, Just following up on this as promised! I can't reproduce this issue and haven't seen an instance of it since reindexing was introduced. As I mentioned above, the error you're seeing is related to the slug of the reindex modal so I'm thinking it might have something to do with the I tested against the monorepo using both mongodb and postgres. If you're still seeing this issue, then it'd be nice if I could see a valid repro or some more details about your environment. |
Hello @akhrarovsaid, Please can you share how you were able to run through the issue, and how you arrived at your solution. I am new to open-source contribution, and I found out about this issue on Tublian. |
It works now fine with Payload 3.12.0. |
This issue has been automatically locked. |
Describe the Bug
Error while opening the search collection in the admin panel:
Happens while server-rendering this component.
Unfortunately not much details in the stack trace:
Link to the code that reproduces this issue
https://github.com/cbratschi/payload
Reproduction Steps
Use the search plugin. Open the search collection admin page. Error occurs while loading.
Which area(s) are affected? (Select all that apply)
plugin: search
Environment Info
The text was updated successfully, but these errors were encountered: