stormberry
stormberry copied to clipboard
Severity.error Server does not support SSL, but it was required.
The command to reproduce the error: dart run stormberry migrate
@schultek
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
Hey @II11II, please put
DB_SSL=falsebefore runningdart run strormberry migrate.You can copy full command here:
DB_SSL=false dart run stormberry migrate
This is the right approach.