Szabolcs Toth
Szabolcs Toth
I have got the following error message, when I tried to run: "OAuth2::Error : {"error":{"message":"This authorization code has been used.","type":"OAuthException","code":100}} Rails.root: /home/action/workspace/szabolcs Application Trace | Framework Trace | Full Trace...
if I try to use `5.0.0` I get error: "Cannot convert value of type '[String : String]' to expected element type 'Array.ArrayLiteralElement' (aka 'EmailContent')" for ``` let email = SendGridEmail(...
In the `delete` method I think you can use one SQL query instead of two this way: ``` func delete(id: UUID) async throws -> Bool { // The string interpolation...
I have this URL: ``` mongodb://[user:password@]GDB965AEE735FA8-MONGO.adb.eu-frankfurt-1.oraclecloudapps.com:27017/[user]?authMechanism=PLAIN&authSource=$external&ssl=true&retryWrites=false&loadBalanced=true ``` It works with `mongorestore` and [TablePlus](https://tableplus.com) can open the database using the same link. When I add to Hummingbird app, I got error...