Jure Topolak

Results 7 comments of Jure Topolak

After a few days, I still couldn't find a solution to my problem so I have prepared a demo project. https://github.com/juretopolak/nuxt-axios-proxy-ssr-demo I don't know if this is a bug in...

@farizrachmansyah my problem was that I used the same variable name for API backend that '@nuxtjs/axios' is using for overriding baseURL. After selecting a different var name the problem was...

After a few days, I still couldn't find a solution to my problem so I have prepared a demo project. https://github.com/juretopolak/nuxt-axios-proxy-ssr-demo I don't know if this is a bug in...

After a few days and a lot of wasted time, I found out that the environment variable in .env is changing Axios's baseURL. It's used to set the proxy target...

@beporter exactly this was the problem, found out later... I was obviously very lucky with the name of the .env variable. :)

@bagaskarala .env variable named API_URL was causing me problems since it overrides baseURL config of '@nuxtjs/axios'. I prepared a demo project when I was looking for help and updated it...

@cosbgn cloudflare supports `aws-sdk`, I can send emails in a simple worker using script below. But I can't do it in the Nuxt / Nitro event handler, cloudflare throws an...