Open trbKnl opened 3 months ago
Describe the bug When selecting storage service azure and continuing to data storage a 500 error is thrown
To Reproduce Steps to reproduce the behavior:
Continue to the configuration systems/storage/azure/endpoint_form.ex
Additional context error: ** (KeyError) key :show_errors not found
** (KeyError) key :show_errors not found
In endpoint_form.ex on line 7:
endpoint_form.ex
<div id={"#{@id}_azure_endpoint_content"} phx-hook="LiveContent" data-show-errors={@show_errors}>
@show_errors seems to be the culprit. Changing to:
Allows continuation to the form as expected.
Thanx for reporting 👍
Closing this issue as discussed with Niek.
@AdrienneMendrik can you reopen this issue? This is a bug :)
Ah ok, check. @trbKnl Sorry, I misunderstood.
Describe the bug When selecting storage service azure and continuing to data storage a 500 error is thrown
To Reproduce Steps to reproduce the behavior:
Continue to the configuration systems/storage/azure/endpoint_form.ex
Additional context error:
** (KeyError) key :show_errors not found
In
endpoint_form.ex
on line 7:@show_errors seems to be the culprit. Changing to:
Allows continuation to the form as expected.