Currently, I'm working on a project with Nuxtjs
. The application opens successfully when I use the URL 127.0.0.1
. However, when I attempt to access it through localhost:5000
, I receive the error message
Access to localhost was denied. You don't have the authorization to view this page. HTTP ERROR 403
.
It was working fine before, but now I'm facing this issue and I'm not sure why.