-
Notifications
You must be signed in to change notification settings - Fork 185
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
Internal server error during quote api call #115
Comments
hi @ahmadhuss did you eventually find the solution? because i got the same problem |
Hi, @pullstacker I haven't found any solution to this problem. |
i just solved this issue last night, for me it was because wrong rpc and
chainid variables in .env, perhaps you can double check everything related
to those variables. also ensure your chainid included in smartorderrouter
dependency
…On Mon, Jan 1, 2024, 8:31 PM Ahmad Hussnain ***@***.***> wrote:
hi @ahmadhuss <https://github.com/ahmadhuss> did you eventually find the
solution? because i got the same problem
Hi, @pullstacker <https://github.com/pullstacker> I haven't found any
solution to this problem.
—
Reply to this email directly, view it on GitHub
<#115 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6THJIHA3FSRQFR3BWK6AN3YMK3DHAVCNFSM6AAAAAAU4UIYDOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZTGMZDSNRXHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thanks for this information. |
Hi, |
Hi,
There is a problem that I am trying to figure out since 1 day, the APIs are successfully deployed on AWS. But during API calls
GET - https://xxx.execute-api.us-east-1.amazonaws.com/prod/quote
Response:
It returns an internal server error in response. I followed the steps in the documentation on the custom Ubuntu server which is connected to an AWS account and it deployed successfully.
This is
.env
file in the directory.1.AWS CloudWatch Log Groups:
API-Gateway-Execution-Logs_xxx/prod
2.AWS API Gateway Test:
Routing API
Resource
/quote
:{"message": "Internal server error"}
3.AWS Lamda Function Test:
RoutingAPIStack-RoutingLamb-RoutingLambda2C4DF0900-bOtplPqdwlqV | Routing Lambda
I would really appreciate it If someone could help me with this problem.
I want to know what is the main reason for this issue.
aws-cli:
aws-cli/2.9.23 Python/3.9.11 Linux/5.15.0-58-generic exe/x86_64.ubuntu.22 prompt/off
cdk:
2.64.0 (build fb67c77)
The changes on the files are according to the environment variables:
screenshot:
The text was updated successfully, but these errors were encountered: