You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.
Hi, I just wanted to play with Publikator on my local machine. I tried to install the backend, but unfortunately an error occurred. I followed the instructions in the readme and at yarn dev:setup (or yarn migrate:db:import) the following error occurred:
Invalid URL: undefined
error Command failed with exit code 1.
Steps to Reproduce
Do steps 1 to 4 from the readme on a local Linux computer.
Actual Results
It looks like the script packages/migrations/script/db/import.js cannot find a database.
I'm also stuck on this one. @kuhlenbrecht I managed to disable the db import by removing the corresponding yarn migrate:db:import command from package.json
Bug Report
Hi, I just wanted to play with Publikator on my local machine. I tried to install the backend, but unfortunately an error occurred. I followed the instructions in the readme and at
yarn dev:setup
(oryarn migrate:db:import
) the following error occurred:Steps to Reproduce
Do steps 1 to 4 from the readme on a local Linux computer.
Actual Results
It looks like the script
packages/migrations/script/db/import.js
cannot find a database.You can find the full output of
yarn dev:setup
here: https://pastebin.com/eMd2uHtWExpected Results
yarn dev:setup
should run through.Environment
I generally haven't reported that many bugs yet. Sorry if this report was not so understandable.
The text was updated successfully, but these errors were encountered: