Simple Queue not working when Fasttrack enabled

Hi, I’ve still the problem with Fastpath active, no queue is working for Hotspot…
Can anybody tell me how to use fastpath but only queueing hotspot traffic?
I use the integrated hotspot server with build in queues.

# feb/04/2022 13:57:28 by RouterOS 6.49.2
# model = RB3011UiAS
/ip firewall filter
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" disabled=yes
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=stablished,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment="defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN
add action=drop chain=forward comment="drop hotspot not > internet" in-interface=bridge_hotspot out-interface-list=!WAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related
add action=accept chain=forward comment="defconf: accept established,related, untracked" connection-state=established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
/ip firewall mangle
add action=set-priority chain=postrouting comment="Set priority for WMM" new-priority=from-dscp-high-3-bits passthrough=yes

/ip hotspot user profile
add insert-queue-before=first mac-cookie-timeout=1d name=2m/10m-speed parent-queue=none queue-type=default rate-limit=2m/10m
/ip hotspot profile
add dns-name=hotspot.customer hotspot-address=10.10.10.1 http-cookie-lifetime=1d login-by=cookie,http-chap,trial,mac-cookie name=hsprof1 rate-limit=20m/100m trial-uptime-limit=1d trial-user-profile=2m/10m-speed
/ip hotspot
add address-pool=pool_hotspot disabled=no interface=bridge_hotspot name=hotspot1 profile=hsprof1

Cheers

Marcel