You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With turbo frame direct upload is executed after form submit so on server side there is empty file field and error like
Started POST "/accounts/registration" for 127.0.0.1 at 2021-11-03 20:20:09 +0100
Processing by Accounts::RegistrationsController#create as TURBO_STREAM
Parameters: {"authenticity_token"=>"[FILTERED]", "account"=>{"avatar"=>"", "email"=>"", "username"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "acceptance_of_terms"=>"0"}}
Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms | Allocations: 1040)
ActiveSupport::MessageVerifier::InvalidSignature (ActiveSupport::MessageVerifier::InvalidSignature):
The text was updated successfully, but these errors were encountered:
With turbo frame direct upload is executed after form submit so on server side there is empty file field and error like
The text was updated successfully, but these errors were encountered: