Mathieu

Results 11 comments of Mathieu

For those running into this problem, lock the version to 0.8.16 and it works.

Use the following code to get a `refresh_token` upon the initial request. ``` $client = new Google_Client([ 'access_type' => 'offline' ]); ``` You will only get a refresh token once...

If you still have this problem try adding this to composer.json @fadlee. ```json "repositories": { "saade/filament-adjacency-list": { "type": "git", "url": "[email protected]:backstagephp/filament-adjacency-list.git" } } ```

Did you make a token? https://github.com/settings/tokens/new?scopes=&description=Composer+on+DK-CPH-K2D6H69KMX+2025-08-26+1245

I can't see you PR, I'll merge it to the backstage repository.

Sounds good, I remember that the 3.2.1 wasn't compatible with a Filament (3.x) version and people had to upgrade, resulting in the relationship issues. For Filament 3.x users the fix...

If your action is running as listener on queue. The variables `$jobTries` etc do not work. You should use (the Laravel) `$tries` variable.

We've entered a new license key that fixes the issue.