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

[Bug] - Admin page dropdowns crashed the page #15045

Closed
Bokitza opened this issue Nov 30, 2022 · 6 comments
Closed

[Bug] - Admin page dropdowns crashed the page #15045

Bokitza opened this issue Nov 30, 2022 · 6 comments
Labels
issue: bug Issue reporting a bug severity: high If it breaks the basic use of the product source: core:content-manager Source is core/content-manager package status: pending reproduction Waiting for free time to reproduce the issue, or more information

Comments

@Bokitza
Copy link

Bokitza commented Nov 30, 2022

Bug report

Required System information

  • Node.js version:16.0.0
  • NPM version:
  • Strapi version: 4.5.2
  • Database: PG
  • Operating system: Linux

Describe the bug

dropdowns in the admin panel crashes the page with an error

Steps to reproduce the behavior

  1. Go to a random Select element
  2. Click on it
  3. page goes white
  4. See error

Expected behavior

Should open the select like in previous versions

Screenshots

in the content manager - Clicking on "item" dropdown
image

Error
Screenshot 2022-11-30 at 16 46 04

in the wysiwig editor:
image

Error
image

@fabio-nettis
Copy link

Duplicate of #14993

@joshuaellis joshuaellis added issue: bug Issue reporting a bug severity: high If it breaks the basic use of the product source: core:content-manager Source is core/content-manager package status: pending reproduction Waiting for free time to reproduce the issue, or more information labels Dec 2, 2022
@joshuaellis
Copy link
Member

Hey @Bokitza, are you able to delete the build .cache and rebuild the admin panel to see if this issue goes away? We can see a visual bug in your panel that should also have been fixed by the 4.5.2 release.

@fabio-nettis
Copy link

@joshuaellis I can confirm that deleting the .cache, deleting node-modules and re-building the application does indeed not fix the issue. Still persistent in latest version.

@joshuaellis
Copy link
Member

@joshuaellis I can confirm that deleting the .cache, deleting node-modules and re-building the application does indeed not fix the issue. Still persistent in latest version.

Then please provide a minimal reproduction of the issue, unfortunately I currently can't reproduce this. Thank you 😊

@Bokitza
Copy link
Author

Bokitza commented Dec 10, 2022 via email

@joshuaellis joshuaellis closed this as not planned Won't fix, can't repro, duplicate, stale Dec 11, 2022
@joshuaellis
Copy link
Member

I ran into this issue today, but found deleting the yarn.lock worked, it looks like an upstream dependency had a custom polyfill that interfered with our minifier, but like I said, removing yarn.lock worked in resolving that issue, this left no visible issues. I'd advise everyone to do the same and see if the error persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Issue reporting a bug severity: high If it breaks the basic use of the product source: core:content-manager Source is core/content-manager package status: pending reproduction Waiting for free time to reproduce the issue, or more information
Projects
Status: Won't do
Archived in project
Development

No branches or pull requests

3 participants