Built in page builder in Wave does not work for me

Solved
stantyan

Feb 6th, 2025 12:48 AM

I have a fresh install of Wave and the pages (About or Example Page) created in built in page builder do not work. I tried to create a new page and also does not work, here the report:

https://flareapp.io/share/pPvJ6X8P#debug

screenshot-2025-02-06-10-50-21@2x.jpg

screenshot-2025-02-06-10-50-06@2x.jpg

I am not sure what kind of /resources/plugins/installed.json is it looking for?

cookie

Feb 6th, 2025 02:17 AM

Just create the installed.json in your Resource/Plugins Folder or install any Plugin from https://devdojo.com/wave/plugins

stantyan

Feb 6th, 2025 03:00 AM

Hi Cookie, thank you! I created an empty file installed.json and it removed the above warning, however the title issue is still remains and these pages do not load.

bobbyiliev

Feb 6th, 2025 08:32 AM

Best Answer

Hey!

Thanks for reporting this bug!

Try adding this on line 2 of the resources/themes/drift/page.blade.php file:

    @php
        $page = json_decode(json_encode($page), FALSE);
    @endphp

I will look into patching this in the next version of the Drift theme!

- Bobby

stantyan

Feb 6th, 2025 10:16 AM

Thank you!!!!

bobbyiliev

Feb 7th, 2025 12:18 AM

No worries! Happy to help and again, thanks for reporting the issue.

kaz67c2170382fda

Feb 28th, 2025 02:16 PM

Hi, regarding to new/edit page and get this error. Wasn't sure if the data are missing in the database for select options? see screenshot.

Select-php-on-line-191-02-28-2025_10_14_.png

bobbyiliev

Mar 3rd, 2025 03:08 AM

I think that this got fixed in the latest version. What is the Wave version that you are using? What theme are you using and does this only happen when creating and editing pages via the Fillament admin?