Space invitiations do not use correct domain name #127
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Expected: The invitation url starts with https://shipwreck.scuttle.works
Actual: The invitation url starts with https://app.flotilla.social
Is this a configuration issue or a bug? I am too lazy to check rn.
This is a configuration issue, check PLATFORM_URL
@hodlbod I have
VITE_PLATFORM_URL=https://shipwreck.scuttle.works, do I also needPLATFORM_URLor is that the var you were referring to?This is because we switched to .env from .env.local. I just pushed a new version that finishes that migration, so be sure to move your .env file to .env.local or else it'll get overwritten and maybe committed. Stuff in .env.local will now work in development, but not in production.