PKUHPC / OpenSCOW

Super Computing On Web
https://www.pkuscow.com/
Mulan Permissive Software License, Version 2
220 stars 49 forks source link

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

Closed Miracle575 closed 4 months ago

Miracle575 commented 4 months ago

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

changeset-bot[bot] commented 4 months ago

🦋 Changeset detected

Latest commit: f8072c40985173c8bede7c46ead46f5ffb4ab162

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