Hi, I’m Marco.
My company uses Directus (directus 11.12.0) as a CMS for our websites.
We’re using the Visual Editor and overall it works well.
At the beginning, during development, I configured the Visual Editor to point to
http://localhost:3000.
Later, when moving to production, I removed that setting and updated the Visual Editor
to use the live website.
Now I’m seeing this behavior:
- The Visual Editor button in the sidebar works correctly and opens the online site.
- But when I’m editing a Page and use “Open Visual Editor” from the Actions dropdown,
it still tries to open http://localhost:3000.
I’ve already tried:
- removing the localhost entry from the Visual Editor settings
- opening Directus in an incognito window
- resetting Redis
The sidebar button updates correctly, but the Page action seems to keep the old URL.
It feels like that value might be stored somewhere else or persisted when the Visual
Editor was first configured.
Is this expected, or am I missing another place where this URL needs to be updated?
Thanks!