Closed notflip closed 1 year ago
When I try to run npx directus-migrator -s development -t production or with the force flag npx directus-migrator -s development -t production -f
npx directus-migrator -s development -t production
npx directus-migrator -s development -t production -f
I get the following error, any idea what this means?
{ name: 'development', endpoint: 'localhost:8055', accessToken: <redacted> } { name: 'production', endpoint: 'https://35djnv58cftzilnf8122.cleavr.site', accessToken: <redacted> }
Solved it: http:// was missing in front of localhost
When I try to run
npx directus-migrator -s development -t production
or with the force flagnpx directus-migrator -s development -t production -f
I get the following error, any idea what this means?