External Access
...
403 Error
Accessing CHEFS externally may result in a 403 Forbidden Error. To fix this, navigate to the Keycloak login page at http://localhost:8082/ once you have completed the build process. Under Configure > Clients >
, for both chefs
and chefs-backend and chefs > Web Origins
, add an asterisk *
which will to the Web Origins
field. This will permit all CORS origins and should solve the 403 Forbidden Error.
...