Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Topic author was deleted
Just upgraded to v7.3.4 and now I'm getting 417 missing token when trying to add a domain via the GUI.
The route that fails is:
/umbraco/BackOffice/Api/DomainsApi/SaveLanguageAndDomains
I can log in/out of backoffice fine. I've restarted the site and I've cleared cookies a number of times.
Comment author was deleted
Additional info:
Been working with a colleague on same codebase with copy of DB on each dev machine. My machine is the only one to replicate the issue.
Thought I would share if anyone else is having the same issue.
You probably already did this, but just to confirm, have you tried (in this order):
App_Data/TEMP/
App_Data/umbraco.config
If it's only happening on your machine, it may mean that you have some things cached that your coworkers do not have cached (or in the inverse).
Thanks Nicholas, but unfortunately the above didn't change anything.
Solved it.
For whatever reason, Nuget was not updating the /umbraco directory. I ended up deleting that directory and performed a restore.
/umbraco
Now it works.
Had exactly the same issue (and version) - deleted the /umbraco directory and re-run Nuget. Works a treat now, thanks!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Topic author was deleted
v7.3.4 - 417 Missing Token when updating domain/culture
Just upgraded to v7.3.4 and now I'm getting 417 missing token when trying to add a domain via the GUI.
The route that fails is:
/umbraco/BackOffice/Api/DomainsApi/SaveLanguageAndDomains
I can log in/out of backoffice fine. I've restarted the site and I've cleared cookies a number of times.
Comment author was deleted
Additional info:
Been working with a colleague on same codebase with copy of DB on each dev machine. My machine is the only one to replicate the issue.
Thought I would share if anyone else is having the same issue.
You probably already did this, but just to confirm, have you tried (in this order):
App_Data/TEMP/
.App_Data/umbraco.config
file.If it's only happening on your machine, it may mean that you have some things cached that your coworkers do not have cached (or in the inverse).
Comment author was deleted
Thanks Nicholas, but unfortunately the above didn't change anything.
Comment author was deleted
Solved it.
For whatever reason, Nuget was not updating the
/umbraco
directory. I ended up deleting that directory and performed a restore.Now it works.
Had exactly the same issue (and version) - deleted the
/umbraco
directory and re-run Nuget. Works a treat now, thanks!is working on a reply...