Open david-haerer opened 11 months ago
I'm encountering a problem when trying to login with my nsecbunker connection string.
nsecbunker
Happy to help in debugging this!
docker exec -i nsecbunkerd npx prisma db push
docker exec nsecbunkerd cat /app/connection.txt
After clicking login, nothing happens. The browser console logs the following error:
Uncaught Error: NIP-07 extension not available Immutable 2 index.d27c95ad.js:2049:146407 running interval
I'm encountering a problem when trying to login with my
nsecbunker
connection string.Happy to help in debugging this!
Setup
nsecbunker
with Docker on my VPS.docker exec -i nsecbunkerd npx prisma db push
successfully.docker exec nsecbunkerd cat /app/connection.txt
and obtained the connection string.Problem
After clicking login, nothing happens. The browser console logs the following error: