grtswt
grtswt
# Polaris Feature Request ## Is your feature request related to a problem? Please describe I want to be able to troubleshoot individual scripts after the fact. ## Describe the...
I have a problem where calls to an URL sometimes hang. Nothing gets logged in the access log and the scriptblock in the route never gets executed. I Post this...
### Describe the Bug I grabbed a sample from the [Getting started](https://badgerati.github.io/Pode/Getting-Started/FirstApp/) documentation ``` Start-PodeServer { Add-PodeEndpoint -Address localhost -Port 8080 -Protocol Http Add-PodeRoute -Method Get -Path '/' -ScriptBlock {...