Denis Kuznetsov

Results 3 issues of Denis Kuznetsov

After adding fastboot to my project I get the following error in my JS console: `Uncaught Error: Could not find module `@ember/application/deprecations` imported from `ember-cli-fastboot/services/fastboot` at vendor-a63d82f2b38476b3b648450a5c71b1d4.js:13:31 at c (vendor-a63d82f2b38476b3b648450a5c71b1d4.js:13:96)...

In order to work with Ember 4 the method ajaxOptions should return FormData object in 'body' field instead of 'data'. Here is the code: ``` ajaxOptions: function (url, type, options)...

**Describe the bug** "Content-Type": "multipart/form-data" is not set when I try to send attachments > 3mb. **To Reproduce** Some steps involved to reproduce the bug and any code samples you...

bug