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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: service startup appprovider onlyoffice #9127

Merged
merged 1 commit into from
May 10, 2024
Merged

Conversation

micbar
Copy link
Contributor

@micbar micbar commented May 10, 2024

Description

Fix the ocis wopi example after it was broken since #8984

@DeepDiver1975 The appprovider-onlyoffice was starting a second ocis fullstack service and the service registry was used from the ocis container. This broke a lot of service registrations. The services from the app-provider were registered after the ones from the ocis container but the requests were routed to the ocis container while the "real services" were running in the app-provider container.

@wkloucek @d7oc Interesting. First accidental use of two full stack ocis servers side by side 馃槃

Fixes: #9111

Related Issue

  • Fixes <issue_link>

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

Copy link

sonarcloud bot commented May 10, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@micbar micbar requested review from butonic and kobergj May 10, 2024 09:00
@micbar
Copy link
Contributor Author

micbar commented May 10, 2024

@nicholas-wilson-au FYI

@butonic butonic merged commit 05558d7 into master May 10, 2024
2 checks passed
@delete-merged-branch delete-merged-branch bot deleted the fix-wopi-example branch May 10, 2024 09:04
ownclouders pushed a commit that referenced this pull request May 10, 2024
fix: service startup appprovider onlyoffice
@micbar micbar mentioned this pull request May 10, 2024
9 tasks
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

Successfully merging this pull request may close these issues.

Ocis services missing in deployments, core functions not available
2 participants