HI, So i have declared the car in my .env for AUTH_DEVELOPMENT_MODE=true and AUTH_ASSETS_PATH=/corteza/auth-assets but running the command corteza-server auth assets export /corteza/auth-assets it keeps saying command not found
I am at wits end now and have tried export corteza-server auth assets /corteza/auth-assets but then I get -bash: export: corteza-server’: not a valid identifier` So i dont know anymore.
Please give me the link for the assets of the public folder and template.
When i go to my websites $BASE_API_URL/auth/dev i get this report html/template: pattern matches no files: /corteza/auth-assets/templates/*.tpl``
Even after declaring the variables in the env and copying all the public and template files in the folder of auth-assets I still get the error when i go to my websites $BASE_API_URL/auth/dev i get this report html/template: pattern matches no files: /corteza/auth-assets/templates/*.tpl``
Feel free to open up a pull request to the docs repo.
Where did you copy them to?
Did you mount a volume to your Docker container so the server can access the files?
Can you paste the file structure of how your Corteza project folder looks like?
Refer to here Use volumes | Docker Documentation
Make sure your volumes are mounted, and file structures match up to what we noted in the docs. If it continues to not work, let us know