requarks / wiki

Wiki.js | A modern and powerful wiki app built on Node.js
https://js.wiki
GNU Affero General Public License v3.0
24.33k stars 2.69k forks source link

Initial Setup fails on creating "Administration Account" #602

Closed ChristianAEDev closed 6 years ago

ChristianAEDev commented 6 years ago

Actual behavior

The following error message is shown:

insert into "locales" ("code", "createdAt", "isRTL", "name", "nativeName", "strings", "updatedAt") values ($1, $2, $3, $4, $5, $6, $7) returning "id" - duplicate key value violates unique constraint "locales_code_unique"

Expected behavior

No error is thrown after clicking "Continue" and the setup can be successfully finished.

Steps to reproduce the behavior

NGPixel commented 6 years ago

Fixed. Make sure to empty the DB before trying again.