tegonhq/tegon

There was an error on the server while trying to create a project.

Opened this issue · 3 comments

I attempted to create a project and encountered a 500 Internal Server Error. After checking the logs, the issue was related to the api/v1/projects endpoint. To reproduce the error, you can try creating a project at https://app.tegon.ai/acme/projects.

debug Info

The request ID I received in the headers was 9910dbbf-0587-4c45-a25c-0af7b6d44d1c, and the Sentry trace ID is ede359dd27cc4c1285d9c418a3ad3620-b2af639f839fbb01. Please note that these two IDs are from different requests and responses.

Hey @skdishansachin we caught this, we use workspaceId in the JWT and for the first time that would exist as that was created after the JWT.

We will push a fix where the tokens are updated once the workspace is created. Will update once the fix is live

Okay, I understand. Thank you for clarifying.

Note: currently the fix is to logout and login (until we fix it)