We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug host/port provided in the local API server does not fully applied, causing API failure when running from Swagger
Steps to reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots Swagger is visible from the new port, but the server log is not matching User cannot send request from swagger
Environment details
Logs If the cause of the error is not clear, kindly provide your usage logs:
tail -n 50 ~/jan/logs/app.log
tail -n 50 ~/jan/logs/server.log
Additional context Add any other context or information that could be helpful in diagnosing the problem.
The text was updated successfully, but these errors were encountered:
fix(API): #1720 host/port provided in the local API server does not f…
8517b6f
…ully applied Signed-off-by: James <[email protected]>
d852219
…ully applied (#1721) Signed-off-by: James <[email protected]> Co-authored-by: James <[email protected]>
abed393
namchuai
Successfully merging a pull request may close this issue.
Describe the bug
host/port provided in the local API server does not fully applied, causing API failure when running from Swagger
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Swagger is visible from the new port, but the server log is not matching
User cannot send request from swagger
Environment details
Logs
If the cause of the error is not clear, kindly provide your usage logs:
tail -n 50 ~/jan/logs/app.log
if you are using the UItail -n 50 ~/jan/logs/server.log
if you are using the local api serverMaking sure to redact any private information.
Additional context
Add any other context or information that could be helpful in diagnosing the problem.
The text was updated successfully, but these errors were encountered: