Even with Edge-safeguard enabled? Below is a sample config of what I've used.
create vlan "STPVlan"configure vlan STPVlan tag 1111
configure vlan STPVlan add ports all tagged
configure mstp region STPVlan
configure stpd s0 delete vlan default ports all
disable stpd s0 auto-bind vlan default
configure stpd s0 mode mstp cist
create stpd STPVlan_stm
configure stpd STPVlan_stm mode mstp msti 1
configure stpd STPVlan_stm add vlan STPVlan ports all dot1d
configure stpd s0 ports mode dot1d 1:1-52,2:1-24
configure stpd s0 ports cost auto 1:1-52,2:1-24
configure stpd s0 ports link-type edge 1:1-48,2:1-24
configure stpd s0 ports edge-safeguard enable 1:1-48,2:1-24 recovery-timeout 60
configure stpd s0 ports bpdu-restrict enable 1:1-48,2:1-24 recovery-timeout 60
enable stpd s0 ports all
configure stpd STPVlan_stm ports mode dot1d 1:1-52,2:1-24
configure stpd STPVlan_stm ports cost auto 1:1-52,2:1-24
configure stpd STPVlan_stm ports edge-safeguard enable 1:1-48,2:1-24 recovery-timeout 60
configure stpd STPVlan_stm ports bpdu-restrict enable 1:1-48,2:1-24 recovery-timeout 60
enable stpd STPVlan_stm ports all
enable stpd s0
enable stpd STPVlan_stm