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

Collection organization tab hangs when using proxy prefixes #3170

Closed
ryandelzerbhsu opened this issue Mar 26, 2024 · 6 comments
Closed

Collection organization tab hangs when using proxy prefixes #3170

ryandelzerbhsu opened this issue Mar 26, 2024 · 6 comments
Assignees

Comments

@ryandelzerbhsu
Copy link

Expected Behavior

In version 3.4.1 and earlier, when we clicked on the Collection Organization tab in the public interface, it loaded with the breakdown of the collection.

Current Behavior

In version 3.5.0, when we click on Collection Organization it gives us a spinning circle in the middle of the page and never loads the organization breakdown.

Possible Solution

It appears that version 3.5.0 is sending the repository pages without the prefix in the URL which results in a 404 error.

Steps to Reproduce (for bugs)

  1. Upgrade to version 3.5.0
  2. Set something similar in the config.rb: AppConfig[:public_proxy_url] = 'https://yoursite.com/as/public'
  3. AppConfig[:frontend_proxy_url] = 'https://yoursite.com/as/staff'
  4. Start ArchivesSpace then go to a collection and click on the collection organization tab

Context

We downgraded back to version 3.4.1 since the collection organization tab is unusable with our current url setup. It would be great to have prefixes working again in the next release.

Your Environment

  • Version used: 3.5.0
  • Operating System and version (desktop or mobile): Windows Server
@donaldjosephsmith donaldjosephsmith self-assigned this Apr 23, 2024
@donaldjosephsmith
Copy link
Collaborator

Thanks for reporting this; I was able to reproduce the problem. It looks like a bug introduced in the recent rework of the infinite scrolling functionality for collection organization. A fix will be forthcoming (possibly a patch release, but pending further discussion/planning).

@ryandelzerbhsu
Copy link
Author

ryandelzerbhsu commented Jun 5, 2024 via email

@russell-j
Copy link

Any update on this one yet? Also impacted by it...

Thanks!

@brianzelip
Copy link
Collaborator

@ryandelzerbhsu @russell-j see the v3.5.1 patch release for a fix of this issue and a couple more, https://github.com/archivesspace/archivesspace/releases/tag/v3.5.1

@ryandelzerbhsu
Copy link
Author

Thank you, I upgraded us to 3.5.1 and that fixed the issue. The collection organization tab is working again!

@russell-j
Copy link

Same. Upgraded this morning and collection organization is functional. Thanks!

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

4 participants