Aleh Radzko

Results 4 comments of Aleh Radzko

у меня такая же проблема next.js + express ``` server.use( '/auth-api', createProxyMiddleware({ target: CURRENT_API_URL, changeOrigin: true, logLevel: 'debug', pathRewrite: { '^/auth-api': '/', }, }), ); ```

Thanks, I need some time to check and try it, I will write here next week

@devcorpio Hi, thanks for the previous reply, I have moved on My application has an authorization request that I make on the server side On the client side, I make...

Вебвизор не умеет в CSSOM - его нужно отключить и возможно это поможет увидеть стили на страницах. у меня сейчас такая же проблема с моим next.js + styled-components приложением, пока...