#Max Redirect Limit Reached

1 messages · Page 1 of 1 (latest)

chilly gorge
#

Has anyone had issues hitting max redirect limits when guarding pages? i've got a couple if statements that will throw a redirect if conditions are not met. but i've been getting error about redirect limits

sacred hollow
#

This usually means you have an infinite loop of redirects

chilly gorge
#

😮 thank you @sacred hollow !!

#

I’ll review my code