Eric Dubé
Eric Dubé
[ai] I've made additional cleanup and improvements to the OAuth implementation: 1. Properly registered the OAuthService and OAuthAPIService in CoreModule 2. Removed direct OAuth router import from PuterAPIService (now handled...
[ai] I've added the bcrypt dependency to package.json, which is required by OAuthService for password hashing. This should fix the npm install error. The npm install error you're experiencing appears...
Partly fixed with `mycoder` by #1230 except it doesn't use `/sign` (causing a regression) and doesn't grant permission (causing it to not work at all). Attempts to fix this by...
@p00pcvm - any additional information you can provide about the things that aren't working would be helpful. For example with nip.io domains, you should only get the "invalid host header"...
Assigned! Let me know if you run into any hurdles.
Hi @sohumgautam17, please let me know if you're working together with @BravoClassic . I want to avoid situations where people are stepping on each others toes so I will only...
Yes that's right, one or more different stock market APIs. If only one, it might be a good idea to look at the docs for a couple other APIs anyway...
there's no free API for this? That's surprises me a bit. I suppose a mock implementation for now would be sufficient in that case
@Sammyzyf are you also running on arm64 or did you experience this issue separately? The error message doesn't seem related to architecture but I'm not able to reproduce this.
~@kureta take a look at [suggestions on this issue](https://github.com/HeyPuter/puter/issues/694). I think this usually happens because the permissions weren't set according to our instructions. Generally, if it doesn't work in Docker,...