...
Accessing CHEFS externally may result in a 403 Forbidden Error. To fix this, navigate to the Keycloak login page at http://localhost:8082/ once and log in with the username and password “admin” after you have completed the build process. Under Configure > Clients
, for both chefs
and chefs-backend
, add an asterisk *
to the Web Origins
field. This will permit all CORS origins and should solve the 403 Forbidden Error.
...
Before running docker compose
, you will need to start the Docker daemon. Most Linux distributions use systemctl
to start services and the macOS equivalent is launchctl
. Use the command sudo systemctl start docker
to run the Docker daemon (replace with launchctl
for Mac). If you are using the Docker desktop app, starting the application and then running docker compose up
will also work.
...
Localhost Port
If your system cannot run on the default port http://localhost:8081/, navigate to the Keycloak login page at http://localhost:8082/ and log in with the username and password “admin” after you have completed the build process. Under Configure > Clients
, for both chefs
and chefs-backend
, add your URI under the Valid Redirect URIs
field.
...
For any other issues not covered on this page, kindly contact Jason Chung.
...