webpack Failed to load resource: the server responded with a status of 400 (Bad Request) code example
Example: failed to load resource the server responded with a status of 400 ()
The answer was the Wrapper class. It couldn't assign values to it and threw error because i set attributes to "private". Setting them "public" solved it for me.
Can't believe that was the error...