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

fix(portal-server): 修复获取 scowdClient 时拼接地址的错误 #1362

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

Miracle575
Copy link
Contributor

@Miracle575 Miracle575 commented Jul 17, 2024

scow 在获取 scowdClient 时是通过 login 的地址拼接对应 scowd 的 port 的方式获得的 scowd 的完整地址。之前未考虑到 login地址中可能会带上端口,拼接的时候就会出错。所以本次修复主要是移除 login 地址中的端口号再进行拼接

Copy link

changeset-bot bot commented Jul 17, 2024

🦋 Changeset detected

Latest commit: f8072c4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 12 packages
Name Type
@scow/portal-server Patch
@scow/utils Patch
@scow/lib-server Patch
@scow/lib-web Patch
@scow/ai Patch
@scow/audit-server Patch
@scow/auth Patch
@scow/gateway Patch
@scow/mis-server Patch
@scow/mis-web Patch
@scow/portal-web Patch
@scow/cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@Miracle575 Miracle575 marked this pull request as ready for review July 17, 2024 11:18
@pkuhpc-review-bot pkuhpc-review-bot bot added the Code-ReviewRequested Code Review Requested label Jul 17, 2024
@pkuhpc-review-bot pkuhpc-review-bot bot requested a review from ddadaal July 17, 2024 11:18
@pkuhpc-review-bot pkuhpc-review-bot bot added Code-Approved Code Review approved ReadyForMerge Ready for merge and removed Code-ReviewRequested Code Review Requested labels Jul 17, 2024
@ddadaal ddadaal merged commit a9e9011 into master Jul 17, 2024
11 checks passed
@ddadaal ddadaal deleted the fix-scowd-address branch July 17, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code-Approved Code Review approved ReadyForMerge Ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants