That issue can be causes by the database connection. Make sure that your connection is configured properly. As the Login page opens even without database connection and when you try to login without DB connection it will respond with Unauthorized. Same applies to the public APIs, as the files exists and you can call them, but strapi can’t retrieve permissions from DB so it will also respond with Unauthorized.
1 Like