Ivan Rivera

Results 5 issues of Ivan Rivera

I'm not sure if my problem has anything to do with this module, but I thought it's worth checking it. I've recently launched a Nuxt web app and after following...

First, I'm using node 15.2.1 but I've also tried this on 14.15.1 and 15.12.0. I ran npx create-nuxt-app my-app with the following parameters: ``` Project name: client Programming language: JavaScript...

I've found what appears to be a bug. I'm using Pow in a Phoenix API and I have an endpoint to update user details such as password and email address....

In the [article](https://www.freecodecamp.org/news/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestrating-containers-114ff420e882/), the author used the following command: `kubectl port-forward sa-frontend 88:80` which does not work for me. After a little bit of digging, I found [this post](https://stackoverflow.com/questions/53775328/kubernetes-port-forwarding-error-listen-tcp4-127-0-0-188-bind-permission-de) which...

First, thank you for this amazing tutorial. When I reached the Nginx installation section, I thought that it wasn't optimal to move the contents of my frontend into the nginx...