Skip to content

How to get gen2 function working? #1038

Answered by ryanmio
chinesehemp asked this question in Q&A
Discussion options

You must be logged in to vote

Your 500 error indicates a server-side issue. The client code is simply the caller and can't fix a 500 error coming from the server. Make sure the function at https://getstreamtokenv2-nnvm3z4kea-ez.a.run.app/getstreamtokenv2 is working as expected.

Debugging Steps:

  1. Check Server Logs: Look at the server-side logs to identify the cause of the 500 error.

  2. Local Testing: If possible, test the function locally before deploying.

  3. Dependencies: Ensure all dependencies are correctly installed on the server.

  4. Request and Response: Ensure that the request and response formats are correct according to your function's expectations.

Here's an example of how you might log errors in your cloud fu…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chinesehemp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants