-
Notifications
You must be signed in to change notification settings - Fork 48
Question - Trying to run the issuer kit locally but I see a blank page. #387
Comments
The steps you completed seem correct. Would you be able to check the browser console for errors for both frontends and post the result? |
oh! looks like the Keycloak service is not running. I see one error not sure if that has something to do with that.. Also, I am running this on mac. Perhaps that's something to do with the error?
manage LOGS:
|
Ok this appears like an issue with Mac M1 chip and keycloak docker container. I was able to resolve the above error by building docker image locally. Steps: Clone Keycloak containers repository: Alternatively, You can also use this script to build the image: #/bin/zsh
VERSION=12.0.4 # set version here
cd /tmp
git clone git@github.com:keycloak/keycloak-containers.git
cd keycloak-containers/server
git checkout $VERSION
docker build -t "jboss/keycloak:${VERSION}" . Credits: docker/for-mac#5310 (comment) Voila! and it works! |
@dinbtechit thanks for troubleshooting this! I'm surprised the host system architecture would cause issue, interesting! |
@esune - Certainly! I can try that. On a completely side note - I ran into this issue -> #208 (comment). Do you have any suggestion on how to resolve that? |
Responding on the other thread - no idea for now though. |
I am trying to run issuer-kit locally but see a blank page
I followed the steps as specified -> https://github.com/bcgov/issuer-kit#local-mode
Output:
Not sure if I am missing anything. Any help is massively appreciated!
The text was updated successfully, but these errors were encountered: