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

Node creation popup: some nodes are unreachable when there're to many #46

Closed
jeansaigne opened this issue Feb 23, 2018 · 2 comments
Closed

Comments

@jeansaigne
Copy link

This is the exact same problem as described in this mesh core issue gentics/mesh#218.

It appears on certain screens; here on my MacBook Pro retina i have the problem.

Can we make a PR to fix it ? Fixing the height of the popup and adding a scroll fixes the issue.

@Jotschi
Copy link
Contributor

Jotschi commented Feb 23, 2018

@jeansaigne You would need to base your changes on the beta branch. You can build the UI using gulp watch. I always find it useful to re-configure the apiUrl in src/mesh-ui-config.js to point to my mesh server. (e.g: apiUrl: 'http://localhost:8080/api/v1/').

You can either use a CORS browser plugin or enable CORS in your mesh server via the following settings in your mesh.yml:

…
httpServer:
  port: 8080
  host: "0.0.0.0"
  corsAllowedOriginPattern: "http://localhost:5000"
  corsAllowCredentials: true
  enableCors: true
…

I hope this helps. Let me know if you have any further questions.

@Jotschi
Copy link
Contributor

Jotschi commented Oct 3, 2018

@jeansaigne The fix is included in 0.24.1

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

No branches or pull requests

3 participants