Anyone has success creating listings? Also somewhat annoying that it makes requests to gstatic for fonts :(
When trying to create listing it redirects to login page even though I'm already logged in (as admin). @yzernik
You can only create a listing with a non-admin account. There should be a more clear error message for this.
reply
This initial journey would be great to solve, because otherwise it adds annoying friction in the initial phase. E.g. if you really need to force that admin can't have listings, then you could automatically create user account for the admin. I'm saying this because a lot of people that will want to create a market are doing that because they actually want to sell something and practically speaking that's the only way to really bootstrap the economy around the market.
Useful metric here would be the time from installation to the first listing...
reply
Thanks for the feedback. We'll try to put out a new release that makes it more clear the difference between admin and non-admin roles.
reply
The fonts requests issues has been fixed: https://github.com/yzernik/squeakroad/releases/tag/v0.1.11
Now the static font files are saved locally.
reply
Perfect, thanks! :)
For DNM there are more optimizations that you could consider to make it work well over Tor, like including initial css in the index.html response directly, so it doesn't have to make another request.
reply