On React component approach we are using ".model.json" to react will configure json. in author its working fine for DNS its blocking ".model.json" with consist of " /content/* "
Example: /content/we-retail/en/jcr:content/responsivegrid/women-comp.model.json
any reference for please suggest me.
Solved! Go to Solution.
Views
Replies
Total Likes
# to allow model.json for react
/0064 { /type "allow" /path "/content/<myproject>/*" /method "GET" /selectors "model" /extension "json" }
pls change project name and rule number *(/0064) accordingly and try
Check webserver and dispatcher logs, you should get an idea where request is getting blocked.
Most probably you dont have a rule to allow these at dispatcher filter.
Views
Replies
Total Likes
Hi @asn11 ,
Thansks for your reply, Yes there is no rules include this, write a new rule what could be the regular expression.
Views
Replies
Total Likes
# to allow model.json for react
/0064 { /type "allow" /path "/content/<myproject>/*" /method "GET" /selectors "model" /extension "json" }
pls change project name and rule number *(/0064) accordingly and try
Views
Likes
Replies
Views
Likes
Replies