Ilkka Huotari
Ilkka Huotari
Same on the main dashboard, the template images point to the root of the domain, not prefixed with `penpotPublicURI`. 
Also the same on other dashboard project images. 
There are also some other places/hardcoded urls that I need to change in order to make it work on this url `/designs/penpot`, like: https://github.com/penpot/penpot/blob/develop/frontend/src/app/main/ui/dashboard/templates.cljs#L87 -> `thb (assoc cf/public-uri :path (dm/str...
Hello @superalex! Yes, develop branch. I also sync with the penpot repo (remote) every time I do anything. I have postgresql 15.3. Initially I had a problem with the dev-mode...
I did a fresh `git clone` of the penpot repo (develop branch). I'm running `./manage.sh run-devenv` with it, but the exporter doesn't seem to work:  I can't see anything...
Now, what happens: - With the penpot repo (latest develop branch) and `./manage run-devenv` ... export seems to work. SVG file is downloaded. - With my own copy of the...
I'm not 100% sure how exporter sees the url. But I see the url fine on my local machine - the DNS, hostname etc. are pointing to rght places and...
It's possible that the problem is in the domain name, which is local (127.0.0.1). We can put this on hold until I get to test on the production server with...
I will, I have built the docker images with ./manage build-bundle and ./manage build-docker-images ... and then run them with the docker/images/docker-compose.yaml. The tricky part is the domain name, which...
Hi @superalex, I've now deployed Penpot to the production server (https://aamu.app - you are free to try it if you want to sign up), and still having problems with the...