You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue is due to array_key_exists() function's deperaction on objects in PHP7.4. Using PHP7.3 does address this issue.
If you can't use PHP7.3, replace line 53 in vendor/laravel/framework/src/Illuminate/Http/Resources/DelegatesToResource.php with return isset($this->resource[$offset]); AsgardCms/Platform#756 (comment)
Hello I getting this error when try to click anywhere: Request failed with status code 500.
The text was updated successfully, but these errors were encountered: