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

API cannot be deployed when the OAS title contains whitespaces #2128

Closed
ramindu90 opened this issue Mar 13, 2024 · 0 comments · Fixed by #2143
Closed

API cannot be deployed when the OAS title contains whitespaces #2128

ramindu90 opened this issue Mar 13, 2024 · 0 comments · Fixed by #2143
Labels
Milestone

Comments

@ramindu90
Copy link
Member

Description:
When the OAS contains the information for the title ("Ecom Rest") as follows

{
  "openapi" : "3.0.1",
  "info" : {
    "title" : "Ecom Rest",
    "version" : "0.1.1"
  },
  ....
  }

The generated apk-conf will contain the base path a "=" as "/RWNvbSBSZXN0MC4xLjB="

Hence, will be ended up with the following response when trying to deploy the API
{"code":909015, "message":"API Base Path /RWNvbSBSZXN0MC4xLjA=/0.1.0 invalid", "description":"API Base Path /RWNvbSBSZXN0MC4xLjA=/0.1.0 invalid", "moreInfo":{}}%

Affected Product Version:
1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants