Running the application without external services#221
Running the application without external services#221Gabrielx47 wants to merge 14 commits intomcruzdev:mainfrom
Conversation
mcruzdev
left a comment
There was a problem hiding this comment.
Thanks a lot for this pull request @Gabrielx47, it looks great and will help more people to try it locally!
I left few comments, could you update our documentation that talks how to run locally?
Good morning, @mcruzdev! I'm happy to contribute and gain knowledge at the same time. I'll update the documentation. |
…s' of https://github.com/Gabrielx47/timeless into running-the-application-without-external-services (mcruzdev#150)
Sounds good friend! You are welcome :) |
|
@mcruzdev @matheusandre1 Good night! I am getting this error, is anyone else having the same problem? I am logged in. But when the system requests user data, a 401 error is returned. |
@matheusandre1 @mcruzdev Good morning! I found the problem. The generated bearer token didn't have the issuing URL. I added it and it worked.
|
|
Great catch @Gabrielx47! |
|
I really want to merge this pull request, did you solve all comments? |
@mcruzdev Not yet. I'll fix as fast as possible. |
…ttps://github.com/Gabrielx47/timeless into running-the-application-without-external-services
…ttps://github.com/Gabrielx47/timeless into running-the-application-without-external-services
…ttps://github.com/Gabrielx47/timeless into running-the-application-without-external-services
|
Good morning, @mcruzdev! I have done all the updates. Please review the corrections. |
|
@mcruzdev The Ollama image is created even using OpenAI. |
@mcruzdev I didn't make this correction. |
|
Sorry for delay @Gabrielx47, and nice to hear you got the problem. |
No problem. |




I'm having trouble running the WhatsApp application:

I used
npm audit fix, but that didn't solve the problem.I'm also having problems with the

whatsapp-web.jspackage.This problem occurs when a message is sent and the bot attempts to read it. The current version of the
whatsapp-web.jspackage is1.34.2. However, even after updating to version1.34.4, the problem persists.