csrf url redirection
I am getting 404 Not Found error for libs/granite/csrf/token.json
and following is logged on console: Unable to read CSRF meta information
What I have done is deployed my app to an instance other than the publish instance http://localhost:4503 which is https://something.org
but I get this error on the browser console https://something.org/libs/granite/csrf/token.json 404 not found.
I have read other posts involving csrf/token, but my problem is related to deployed instance.
My form submissions and request sending using jQuery and ajax aren't working aswell, I get the same 404 not found error.
Please advice!