npx create-keycloak-email-directory failed with 404
See original GitHub issueHi, there!
I tried to create a theme for emails by following https://docs.keycloakify.dev/email-customization.
GET https://registry.npmjs.org/create-keycloak-email-directory returns 404 (not found)
npm -v
8.10.0
Please, help me to resolve that issue.
Issue Analytics
- State:
- Created a year ago
- Comments:10
Top Results From Across the Web
Login fails with 404 · Issue #57 - GitHub
Trying to authenticate with login and password. It fails because the constructed URL has a double slash // , because baseUrl ends with...
Read more >java - Keycloak returns "404 - Not Found" page - Stack Overflow
So I fixed that...and was failing to connect to the database, because my database wasn't listening on the address it used. Caused by:...
Read more >Keycloak Frontend URL changing causes 404 error
I'm trying to setup Keycloak as an IDP for SAML protocol. My SP is a simple PHP website, which uses the apache2 mod_auth_mellon....
Read more >[keycloak-user] Getting 404 error while calling the create user ...
[keycloak-user] Getting 404 error while calling the create user API of keycloak 4.5.
Read more >A Detailed Guide to Securing React applications with Keycloak
Let's first create our application using the below command. npx create-react-app react-keycloak-app; Install the keycloak-js dependency
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
As a workaround works:
node node_modules/keycloakify/bin/create-keycloak-email-directory.js
Hi @erikdstock,
For
npx create-keycloak-email-directory
to work you must be at the root of your project and havekeycloakify
installed.What version of Keycloakify are you using?
https://github.com/InseeFrLab/keycloakify/blob/23f6c7db00ece3dfdfa8d0108e50d3da32847e9a/package.json%23L26