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
, add an asterisk *
to the Web Origins
field. This will permit all CORS origins and should solve the 403 Forbidden Error.
Common Services API Access
This service requires an IDIR account. You can open this link https://getok.nrs.gov.bc.ca/app/requestAccount to request an account after logging in with your IDIR. This will provide you with an API client id and secret to the CHES and CDOGS service.
It’s not necessary to immediately obtain access to CHES and CDOGS. If you wanted to take advantage of the document generator and email service in the future then this is where you would do it.
Cannot Connect to the Docker Daemon
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.
Using Test Installation JSON
Add section and more details about dev vs test installation JSON, and how to configure (change realm-export.json or KeyCloak settings)
For any other issues not covered on this page, kindly contact Jason Chung.