Lasse Larsen

Results 14 comments of Lasse Larsen

Yes I’m using valet plus and have done valet secure “mysite” on the site in question. But when trying to use https expose appends Port 440 on the url Which...

I have a CNAME file in my root folder and it still resets the domain.. Any suggestions?

> @iamlasse > > Is the `CNAME` file present at root _after_ building for your github pages branch? > > If not, which tool are you using to bundle your...

I haven't built any code, it was a fresh install, following the directions in the repo. Upon loading homepage this message appeared.

Ok will await new updates then. Looks very interesting this project!

Hitting the login route this message appears on the fresh install.

With further investigation, Permission::find(32)->roles returns correct result, however when called inside the scope it does not, and returns all roles...

```php $rolesWithPermissions = is_a($this, Role::class) ? [] : array_unique( array_reduce($permissions, function ($result, $permission) { return array_merge($result, $permission->roles()->get()->all()); }, []) ); ``` This seems to fix the issue of roles

After a few hours of digging and googling... Failed to upload AMPLIFY_hosting_amplifyhosting_appId to ParameterStore this is the next wall that I'm facing on amplify push it won't complete and also...

The logs on the build that fails state `amplify AppID d2cy9h5v2clq3k not found. 2023-10-15T12:52:53.535Z [INFO]: Resolution: Please ensure your local profile matches the AWS account or region in which the...