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
{{ message }}
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
Problem description:
Error:
I did some digging and found that the issue comes from
InertiaStatamic.php
$page->augmentedValue('template') === 'app'
=> Always returnsfalse
Possible fix
Got it working by adding
raw()
$page->augmentedValue('template')->raw() === 'app'
=> Returnstrue
if app template exists.Thanks!
The text was updated successfully, but these errors were encountered: