Rails 7 & ActionText InvalidDirectUploadTokenError

Good evening I am getting the following error when trying to upload images with ActionText.

ActiveStorage::InvalidDirectUploadTokenError (ActiveStorage::InvalidDirectUploadTokenError).

Can anybody help please

Thank you

Make sure you have also updated your node packages to version 7, as both the ruby code and the javascript code for ActionText and ActiveStorage have changed.

1 Like

That worked! Thank you for taking the time to help me