You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
I could build the project seamlessly after cloning, but when I run npm run dev I come up with an error. The page loadsa correctly and this message pops up:
I went to console logs and the following appears
My guess is that I'm not setting up the HarperDB database URL and authentication ID correctly. In fact, could you point me to where I should get an authentication ID from HDB? I managed to create a new instance (and its corresponding URL).
Hey! Very nice project!
I could build the project seamlessly after cloning, but when I run

npm run devI come up with an error. The page loadsa correctly and this message pops up:I went to console logs and the following appears
My guess is that I'm not setting up the HarperDB database URL and authentication ID correctly. In fact, could you point me to where I should get an authentication ID from HDB? I managed to create a new instance (and its corresponding URL).
Thanks!