Moises Rodriguez

Results 10 comments of Moises Rodriguez

@sumeetattree excellent! Thank you

@adrien-candiotti @lucj the problem with CORS is the config is hard coded https://github.com/tjwebb/sails-swagger/issues/13. I believe the issue has been fixed in further commits in master, but a new released version...

@tjwebb would you mind publishing to npm. I'm getting this error on sails 0.12.0-rc4 and when I try to use master by doing this on my package.json `"sails-swagger": "git://github.com/tjwebb/sails-swagger.git"`, it...

@AlexisNo looks like the PR was merged https://github.com/balderdashy/sails/pull/3326, waiting to see this implemented

Enabling and disabling cloudwatch logs is very useful, but also being able to set the retention policy would be very helpful. If I'm not mistaken the default is indefinite and...

I have the same issue Logs ``` {"_isRayError":true,"code":16,"title":"Could not initialize OAuth","name":"Error","message":"OAuth request creation is not available when command is launched in background","stack":"Error: OAuth request creation is not available when command...

I can confirm this is still an issue on macOS PowerShell 7.4.1

@aandrewww ok that should do the trick. But I think it would be nice to make that a configuration option if you want to capture exceptions without having to set...

I'm having the `invalid token (wrong ISS)` error. I've read this issue and the fix to #174 in https://github.com/ferrerojosh/nest-keycloak-connect/commit/43977c74e42e457261b9120730f59c7e6cd4fca7. But it is not clear to me how to implement the...

I'm able to run it in my local machine with `authServerUrl: http://localhost:8080`, but once I'm trying with production and I have `authServerUrl: https://domain.com` I get `invalid token (wrong ISS)`. The...