andrii-kryvoviaz / slink

Self-hosted image sharing service.
GNU Affero General Public License v3.0
308 stars 9 forks source link

Unable to create an account on the first attempt #8

Closed Tataukee closed 7 months ago

Tataukee commented 7 months ago

Something went wrong please try later ... This is the message I receive when I attempt to create an account after freshly installed .

andrii-kryvoviaz commented 7 months ago

It was an infrastructure issue and has been fixed in v1.0.0-rc.8.

nothing2obvi commented 6 months ago

I can't see what version I'm using, but just spun this up today using "latest" and I can't create an account either. I press "Sign Up" but nothing happens. I tried this at the local address (http://10.0.0.224:3000) and the reverse proxied address (https://slink.mydomain.com).

andrii-kryvoviaz commented 6 months ago

@nothing2obvi make sure that you add ORIGIN=https://slink.mydomain.com environment variable to your docker container. Let me know if the issue still persists after you set it up.

nothing2obvi commented 6 months ago

Ahh, got it. I didn't include the subdomain on my first attempt. Thank you.