Matthew Kelly
Matthew Kelly
Another user in Discord had the same question, and got it working via `-CssStyle`. Be interesting to see if it's possible to have this in Pode.Web built in: ```powershell New-PodeWebTable...
Hi @fazleskhan, The issue comes down to MemoryStream using a Integer, which limits the max size to ~2GB. I believe it was at the beginning of the year, I actually...
Hey @thekamilpro, @robertfshort, I think I might have just fixed this one as a part of #1036 - as redirecting now seems to work OK for me. Would either of...
Hey @thekamilpro, @robpitcher, I might have found the issue: the redirecturl cookie wasn't being set when the redirect for oauth occurred. Along with the change stated in my previous comment,...
Hi @robpitcher, That's interesting, because that's the same logic Pode uses to do the redirecting directly within authentication 🤔 Are you able to show more of your script - mostly...
@robpitcher, I might have found something, what happens if you set `-SuccessUrl '/'` (or any random path in theory, since we're redirecting to the origin) on your `Add-PodeAuth`?
Hi @robertfshort, The redirect code above wasn't added in, I actually thought I had! The authentication logic has changed quite a bit since the line changes referenced above were suggested,...
Hi @eugen257, @fatherofinvention, Apologies for the slow response, To achieve what you're after I would recommend using a Pode Schedule to do the pinging instead. With a potential of 100...
Hi @eugen257, If you want to style the button the form renders you'll need to use `-CssClass` to give the form a custom class: ```powershell New-PodeWebForm -Name Example -CssClass 'my-custom-class'...
I'm currently testing a move to JS and WebSockets which will enable this, hoping to have it for 0.9.0.