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

The metadata editing form (wizard) freezes, displaying a popup with the message "Updating metadata..." #11206

Open
davicustodio opened this issue Jun 29, 2023 · 0 comments

Comments

@davicustodio
Copy link
Contributor

davicustodio commented Jun 29, 2023

Expected Behavior

When pressing the update button, it is expected to save the altered data in the form and return to the layer's detail viewing environment.

Actual Behavior

image

The metadata editing form (wizard) freezes, displaying a popup with the message "Updating metadata...", and the data is not saved.

Steps to Reproduce the Problem

  1. The issue occurs in a cloud environment, and it was not possible to reproduce the problem by replicating the installation and data restore locally. The likelihood is that the corresponding version of Apache (2.4.52) being used on this server is triggering the error.

Specifications

  • GeoNode version: 4.0.3
  • Installation type (vanilla, geonode-project): vanilla
  • Installation method (manual, docker): manual
  • Platform: Ubuntu 22.04.2 LTS
  • Additional details:
    I discovered that there is a bug in the file geonode/layers/templates/layouts/panels.html (tag 4.0.3) on line: where a closing </div> tag appears without its corresponding opening <div> . Removing this tag resolves the freezing issue.

I noticed that the bug has continued to propagate even in the current version (tag 4.1.0), but on line:

.

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