-
Notifications
You must be signed in to change notification settings - Fork 2
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
Having an error and no messeges recieved #11
Comments
Hi there, Thanks for the detailed description of the issue. From the error message, it looks like the problem might be related to a missing environment variable for the Auth0 Management API token. I realized I forgot to include the Let me know if this resolves the issue or if you're still facing any problems! Best regards, |
Hello there, I really appreciate your response. I guess AUTH0_MGMT_API_TOKEN isn't related to the the issue at all. I was debugging the code and i noticed that the problem is might related to this couple line code.
chatify/server/src/middlewares/auth.ts Line 22 in 55ac273
I'm just wondering, What's the AUTH0_PUBLIC_SIGNING_KEY should be? Regards |
Here's a response you can post to clarify the issue and guide them:
Hi there, The Once you have the key, set it in your Let me know if this resolves your issue! Regards |
Hello there,
I tried to run the project on my localhost and i had some issue. For the client side working just fine. i set Auth0 environment variables and i'm able to login and register. Chat are not received or sent . Like it's pending.
Server side i noticed some error saying:
I wonder if this issue related to Socket or i missed configuring Auth0 Management API.
Could you please guide me how to fix this issue.
Best regards.
The text was updated successfully, but these errors were encountered: