활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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.
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
# 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.
조회 수
답글
좋아요 수
Hi @asn11 ,
Thansks for your reply, Yes there is no rules include this, write a new rule what could be the regular expression.
조회 수
답글
좋아요 수
# 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