Space invitiations do not use correct domain name #127

Closed
opened 2026-04-02 19:45:54 +00:00 by mplorentz · 3 comments
Collaborator
  1. Open my self-hosted install of Flotilla at https://shipwreck.scuttle.works/
  2. Open a relay (I used relay.scuttle.works) from the sidebar
  3. Click the relay name in the top left
  4. Click "Create invite"
    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.

1. Open my self-hosted install of Flotilla at https://shipwreck.scuttle.works/ 2. Open a relay (I used relay.scuttle.works) from the sidebar 3. Click the relay name in the top left 4. Click "Create invite" 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.
Owner

This is a configuration issue, check PLATFORM_URL

This is a configuration issue, check PLATFORM_URL
Author
Collaborator

@hodlbod I have VITE_PLATFORM_URL=https://shipwreck.scuttle.works, do I also need PLATFORM_URL or is that the var you were referring to?

@hodlbod I have `VITE_PLATFORM_URL=https://shipwreck.scuttle.works`, do I also need `PLATFORM_URL` or is that the var you were referring to?
Owner

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.

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.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coracle/flotilla#127