mirror of
https://github.com/certera-io/certera.git
synced 2026-04-25 11:15:55 +03:00
[GH-ISSUE #33] Error 500 - InvalidOperationException on install #30
Labels
No labels
bug
feature-request
feature-request
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certera#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Skip75 on GitHub (Mar 19, 2022).
Original GitHub issue: https://github.com/certera-io/certera/issues/33
Hello
I'm trying to install it.
I've downloaded, unzipped, set correct changes (chmod, port binding permission, etc...) since I'm using Linux.
Then started the process. No issue so far. (Certificate discovery service starting., etc...)
Then I connect to web server and then... I have the issue :
500 Internal Server Errorand below logs in application side :
Any idea ?
@Skip75 commented on GitHub (Mar 19, 2022):
Ok, found. It was an issue in the config file. The JSON was not expecting an array.
After changing it, no more issue.