Hi, thanks for a great plugin.
I found a bug that you might want to know about. If you have multiple domains for a page you get an error. For example if you have different languages for the same page; mysite.com, mysite.se etc
Have a look in script.js around line 224:
var relativeUrl = editorState.current.urls[0];
You take the first url in the array, but it's not necessarily the domain that you are using for the moment. This smeans that a full url might be sent to your function GetUrl and will return an invalid url. The backoffice API-url will look something like this:
Hi Calle,
Thank for the feedback!
This problem will be gone with the release of the new version, the node id will be used for rendering the template instead of using the url.
I'm still testing some new features and hope to release it this week or maybe next week.
Error if multiple domains
Hi, thanks for a great plugin. I found a bug that you might want to know about. If you have multiple domains for a page you get an error. For example if you have different languages for the same page; mysite.com, mysite.se etc
Have a look in script.js around line 224:
You take the first url in the array, but it's not necessarily the domain that you are using for the moment. This smeans that a full url might be sent to your function GetUrl and will return an invalid url. The backoffice API-url will look something like this:
Which will throw an error.
Hi Calle, Thank for the feedback! This problem will be gone with the release of the new version, the node id will be used for rendering the template instead of using the url. I'm still testing some new features and hope to release it this week or maybe next week.
I just released v0.3, this bug should be fixed Release notes can be found here: http://www.markwemekamp.com/blog/projects/rankone-seo-toolkit-release-v03/
Please let me know if it doesn't work
is working on a reply...