Errors initial build and deploy #160
Answered
by
patrickacollier
patrickacollier
asked this question in
Q&A
-
I'm getting the following error.
Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
patrickacollier
Jul 22, 2024
Replies: 1 comment 4 replies
-
I'm able to connect over ssh from inside the terminal.
i've also changed to using the VITE_HA_URL to my cloudflare ssl url in hopes it was a https issue This currently blocks the build as I get a fatal error later
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually, I just did a clean 'npm create hakit@latest' and all worked. I'm not sure when i started this late in the evening I missed something. I'll post incase someone else runs across this.
npm create hakit@latest
I copied out my .env file and later replaced the one under ha-dashboard/.env
I manually deleted the 'ha-dashboard' folder but I believe this script will do it for you
cd ha-dashboard
npm install
npm run dev