Alpine418 Posted January 14, 2023 Posted January 14, 2023 Hi, I've a field of FieldsetPage mapped with a few fields. E.g. If I now want to disable the "required" state of title I need to switch to the tab "Input" of the field mapped to the Fieldset. But when I click "Input" the page completely reloads and I'm landing on the admin site with the page tree. I'm using the latest version 3.0.210. Does anybody else have the same problem? It is a relatively plain installation. I just have RockMigration installed and uninstalled. And TinyMCE installed. Thanks for your support!
Alpine418 Posted January 14, 2023 Author Posted January 14, 2023 lol.... issue posted and problem found. It looks like it is a combination of browser-sync as proxy when running ProcessWire unter localhost:3000. When I want to switch the tab, injected browser-sync reloads the page. But why I dont know.
Alpine418 Posted January 14, 2023 Author Posted January 14, 2023 Last update. My fix was to add the following command to my npm script: --no-ghost-mode "browser:sync": "browser-sync start --proxy dev.local --no-notify --no-ghost-mode --files public/site/templates/**/* public/static/**/*", The commands disables the mirror of all clicks, scrolls & form inputs via browser-sync. Source: https://browsersync.io/docs/command-line
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now