liberu-genealogy / genealogy-nuxt

Nuxt 2 and Vue 2 client for genealogy project. Family tree and genealogy data processing website software client.

Home Page:https://www.liberu.co.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to configure .env please ?

tahitahi opened this issue · comments

Hello,
I tried to follow install instructions but I get the following error when I run "yarn build" command.

The "path" argument must be of type string or an instance of Buffer or URL. Received undefined

I suppose there is something wrong with my .env file :

BASE_URL=http://localhost:8080 ECHO_PORT= HOSTNAME=http://localhost:3000 ....

Thanks

This is actually a bug as master is being upgraded to Nuxt 3 and Vue 3 with the latest Enso-UI components.

Try the gedcom-fix branch or nuxt2 branch if you want a working frontend.

Tomorrow master should work.