stormberry icon indicating copy to clipboard operation
stormberry copied to clipboard

Severity.error Server does not support SSL, but it was required.

Open II11II opened this issue 1 year ago • 1 comments

The command to reproduce the error: dart run stormberry migrate

II11II avatar Oct 30 '24 12:10 II11II

@schultek

II11II avatar Oct 30 '24 12:10 II11II

Hey @II11II, please put DB_SSL=false before running dart run strormberry migrate .

You can copy full command here:

DB_SSL=false dart run stormberry migrate

dungngminh avatar Nov 12 '24 14:11 dungngminh

Hey @II11II, please put DB_SSL=false before running dart run strormberry migrate .

You can copy full command here:

DB_SSL=false dart run stormberry migrate

This is the right approach.

schultek avatar May 30 '25 08:05 schultek