Ellen Jana Fawkesová

Results 6 comments of Ellen Jana Fawkesová

I don't need static configuration for build. I need use ENV VARIABLE because I run it in Docker.

It's not works. '/api/' returns nuxt 404 page. ```javascript axios: { proxy: true, // proxyHeaders: false }, proxy: { '/api': process.env.APIURL || 'http://10.0.0.143:8080' }, ``` My deps: ```json "dependencies": {...

I upgraded to ^5.0.0-rc.2, proxy WORKS, but error.status is still undefined at browser side.

I must use check for error.response && error.response.status.. It's works :+1: Is any way to log proxy requests to a real api server?

It's amazing, it's works! But I see only my path to proxied host. I don't see full proxied path on server after proxy. ``` [HPM] GET /api/search ~> http://10.0.0.143:8080 ```...

use 3.9.0-alpha doesn't work, because MGCB sas TiledMapImporter is invalid. If I look to the list of importers, there is none importer from Monogame extended.