Yeah, "Administrator" is the regular one that doesnt allow billing or member management. Super Administrator is actually a very dangerous permission because there is no concept of hierarchy so not only can this new member spend money with your linked payment details but they can also boot you out of your own account
I know SSO was a deciding factor for a few to upgrade to enterprise for sure, API access controls sounds neat too. I just hope most businesses end up following best practices and not give everyone super-admin
If my tunnel zero trust is down going to the subdomain shows an Error 1033 Argo Tunnel error How can I make a redirect or something to send to another website until the Tunnel is back again?
mm no pro plan. so only worker, something like this? addEventListener('fetch', event => { event.respondWith(handleRequest(event.request)) }) async function handleRequest(request) { let response = await fetch(request) if (response.status === 503) { return Response.redirect('https://backup.example.com', 302) } return response }
anyway worker does't work, it has a limit of 100k request per day and after enabling my test it consumes 200 on 3 miniutes no idew why but is not a solution. but Custom Error Response can't redirect to another url if tunnel is down, if not reading wrong. so my problem there is no solution to do.
Reason why I never would use Workers because such limits are the biggest shiq someone can do. Its also saying "Yes we have DDoS Protection, but nobody is able anymore to access the Website because the limit was reached :BL_Shrug:
I mean yeah. But, support for certain Node packages is getting better, it is a limit that applies to everyone, and is pretty well documented, at least in my opinion