Expected behavior
Tried to use the new Rails installation method but we immediately come up against a 500 server error. Looks like the server is receiving a rendering_id
but expecting renderingId
?
Actual behavior
The admin portal errors and in the network panel you can see why (see below).
Failure Logs
According to the network panel we can see the forestadmin API says:
{
"errors": [
{
"status": 500,
"detail": "Authentication request must contain a renderingId"
}
]
}
Server logs:
app | Started POST "/forest/authentication" for at 2021-02-25 08:52:32 +0000
app | Processing by ForestLiana::AuthenticationController#start_authentication as */*
app | Parameters: {"rendering_id"=>"83806"}
app | Completed 500 Internal Server Error in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Context
Please provide any relevant information about your setup.
- Package Version: forest_liana 6.0.0