konga
konga copied to clipboard
SQL Server: Failed to prepare database: The hook orm is taking too long to load
I'm trying to use Konga with the SQL Server (Azure SQL Server) and bin/konga.js
fails to prepare the database.
I run custom startup script start2.sh
#!/bin/bash
pushd /home/site/wwwroot
echo "start prepare: $(date)"
node ./bin/konga.js prepare --adapter sqlserver
echo "start prep: $(date)"
node --harmony app.js
and here are the failure details:
how to fixed it? me too
same problem here. Somebody know how to fix this ?