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
I have an issue where custom actions execute twice but ONLY in Chrome (Firefox and Safari are fine).
To Reproduce
I tried to replicate this behavior on the local test environment but there it doesn't seem to happen, so no clue.
On Prod it does that every them when you open a custom action with Chrome.
(OPTIONAL) Additional context
I don't think it's related but the website is running on a Plesk server (the usual nginx into apache php-fpm setup)
Anyone ever experienced anything remotely similar and knows what's up with that?
The text was updated successfully, but these errors were encountered:
Ok it might be Chrome's prefetching (it doesn't do that locally which explains why I can't reproduce it)
Does easy admin check for prefetching or does it just execute what ever is in the action when the prefetch hits? (Yes I know you aren't supposed to mutate data GET but there's not really another way with EA actions as far as I am aware)
Describe the bug
Ok this is gonna be a weird one:
I have an issue where custom actions execute twice but ONLY in Chrome (Firefox and Safari are fine).
To Reproduce
I tried to replicate this behavior on the local test environment but there it doesn't seem to happen, so no clue.
On Prod it does that every them when you open a custom action with Chrome.
(OPTIONAL) Additional context
I don't think it's related but the website is running on a Plesk server (the usual nginx into apache php-fpm setup)
Anyone ever experienced anything remotely similar and knows what's up with that?
The text was updated successfully, but these errors were encountered: