404 Error
#432
Replies: 1 comment 6 replies
-
Hi @barnesb8, are you able to post the full contents of the Leaf API log file? That should help us debug. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was able to successfully get the application running locally, but am struggling to get it deployed to IIS. I've followed the directions provided to configure leaf with IIS, but continue to receive a 404 error when I try to browse to the API which I believe causes me to see the "Hmm... No Leaf server was found. Please notify your Leaf administrator." message in the UI. When I check the windows event viewer, I get an "Application '...\leafapi\api' started successfully." message. However, in the leaf-api log file I am getting a StatusCode 404 error. I do also have fatal errors shown in the log indicating that Leaf is not secured by authorization, but I've compiled the API with the -Debug flag. I've also checked the IIS log, but it did not provide any further details. Anyone have suggestions on other ways to debug this error to determine the issue?
Beta Was this translation helpful? Give feedback.
All reactions