Site is randomly not responding any text

Hello, I have deployed my nuxt3 app as static site on pages and when I access it sometimes I get blank page and sometimes it works - even if I don't change anything. when I run this command multiple times I randomly get response sometimes sometimes nothing is responded even though I don't deploy any changes
curl -L --connect-timeout 28 --max-time 30 \
-H 'User-Agent: Better Stack Better Uptime Bot Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36' \
'https://vecr.io'
curl -L --connect-timeout 28 --max-time 30 \
-H 'User-Agent: Better Stack Better Uptime Bot Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36' \
'https://vecr.io'
1 Reply
Samko
SamkoOP3w ago
After digging deeper I think I have might had wrongly configured trailing slash Route Rule via CF Admin. Now I got multiple success request, hopefully this will solve it

Did you find this page helpful?