Editor mode doesn't work

Hi, I’m trying the collaborating using the editor account, but it doesn’t seem to work. Not for my collaborator, and even when I click the purple Editor button from within Webflow, or the editor option on the menu within the designer, I’m redirected to the blog site - with no editor panel at the bottom. Another site on my account works, so I don’t understand what’s wrong with this one. Any ideas?
Thank you very much,
Asaf

https://preview.webflow.com/preview/codeocean-blog-7c19bb?preview=f6e7969d662abf6b71a2df8a37f8ee17

Hi @LupoAsaf,

This does sound like odd behavior, and I’m happy to help!

Would you be able to remove the following custom code from the projects , re-publish, and try to access the Editor again?

<script>
  host = window.location.host;
  if (host && host.indexOf("blog.codeocean.com") == 0) {
	window.location.replace("https://codeocean.com/blog");
  }
</script>

I attempted to reproduce what you were experiencing, but was unable to. The above custom code may be preventing you from accessing the Editor.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.