mplodowski / formbuilder-plugin-public

https://octobercms.com/plugin/renatio-formbuilder
https://octobercms.com/plugin/renatio-formbuilder
2 stars 0 forks source link

Cannot Access the Backend After Update #4

Closed artistro08 closed 2 years ago

artistro08 commented 2 years ago

Describe the bug I cannot access the form builder backend. Alternatively I cannot access the pages part of my backend as well. Everything isn't translated and has some remnant translation code displaying on the other parts of the backend. Wherever the component is, it says that some trait is not found

To Reproduce Steps to reproduce the behavior: Install Plugin Try to open the plugin page

Expected behavior Plugin page appears and I can build a form. Screenshots image

October version 2.1.20

Plugin version 2.1.0

mplodowski commented 2 years ago

Recently I had similar issue, where I had weird errors.

The solution was to restart development server.

In my case I am using Laravel Valet, so the solution was to run following command:

valet restart

artistro08 commented 2 years ago

You're a wizard! Thank you!