Replies: 1 comment
-
|
You're correct! The I'll create a bug for this, and get it fixed 😃 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am following the instructions on https://badgerati.github.io/Pode/Tutorials/Authentication/Inbuilt/WindowsLocal/.
But apparently I am not clever enough, because adding
to my Start-PodeServer always gives me
InvalidOperation: [...]\PowerShell\Modules\Pode\2.10.0\Private\Authentication.ps1:2185:17
Line |
2185 | $authNames[$_auth.Name] = $true
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Index operation failed; the array index evaluated to null.
I debugged this a bit and noticed that $_auth doesn't have a .Name field for Windows authentication.
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions