Skip to content

Fix app store crash in docker - #61980

Open
sjg2203 wants to merge 4 commits into
nextcloud:masterfrom
sjg2203:master
Open

Fix app store crash in docker#61980
sjg2203 wants to merge 4 commits into
nextcloud:masterfrom
sjg2203:master

Conversation

@sjg2203

@sjg2203 sjg2203 commented Jul 10, 2026

Copy link
Copy Markdown
  • Resolves: #

Summary

Solves the App Store crash in Nextcloud webUI when using Docker.

TODO

  • ...

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

Signed-off-by: Simon J Guillot <58807831+sjg2203@users.noreply.github.com>
@sjg2203
sjg2203 requested a review from a team as a code owner July 10, 2026 19:12
@sjg2203
sjg2203 requested review from ArtificialOwl, come-nc, icewind1991 and provokateurin and removed request for a team July 10, 2026 19:12
@susnux susnux added the community pull requests from community label Jul 14, 2026

@come-nc come-nc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have some context for this? Which appid is longer than 32? Is that allowed? Or is the limitation new?

@come-nc

come-nc commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Also there is the same limit in UserConfig.

@sjg2203

sjg2203 commented Jul 20, 2026

Copy link
Copy Markdown
Author

Do you have some context for this? Which appid is longer than 32? Is that allowed? Or is the limitation new?

Not a new limitation. I was having issues with Docker where the App Store would crash when updating or installing an app, I found that some appid had 32+ characters (app), hence the increase.
I later found that this might not be the only underpinning issue at play. The PHP-FPM child process was also to blame here, as OPCache's JIT is only recommended for x64 architecture, not arm64. It was referenced here #2576 and seems to hold for now.

@github-actions

Copy link
Copy Markdown
Contributor

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

(If you believe you should not receive this message, you can add yourself to the blocklist.)

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

Labels

community pull requests from community feedback-requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants