KStenK
KStenK
Alright, For anyone who needs this, the workaround for myself looks like this: ``` export default { head() { return { link: [ { rel: 'preload', as: 'image', href: this.backgroundImgUrl...
> Can you share your app settings? Updated the issue with some configuration. Is there anything specific you would like to know?
In the 400 response error, there is 'Form errors'. 
> Do you have applications installed in your browser that can interfere with the execution of javascript on the page? > There is also a possibility that the page may...
Okei, I found the source of the problem. I have installed the `channels==3.0.2` package too and if I have channels configured, then runserver command automatically starts the ASGI server and...
Should I close that ticket or hold it open for any reason?
I think I found the problem. In the `nuxt.config.js` I had `target` setting `static`. If I set it to `server` it started working correctly. Should it be like this? Reproduced...