Wojtek

Results 5 comments of Wojtek

I've got the same problem. @kyrsquir could you show me your workaround for this? If I set in `nuxt.config.js`: `axios: { port: 8080 }` it's trying to connect to `localhost`...

Thank you @kyrsquir for your quick response. Well, I use apache to host my frontend static files in production and I don't have any proxy. I also develop in SPA...

Yes, it looks like everything works fine, thanks.

I had the same problem. Here's the way I've solved it. ```kotlin data class Vehicle( val name: String, val type: VehicleType, // VehicleType is either TWO_WHEELER or FOUR_WHEELER val fuel:...

Hi Miro, thanks for the quick response. I tried with the: `` and it works, but not as expected. The browser still loads the images two times. I build the...