Closed azend closed 1 month ago
The link is parameterized to an environment variable that has to be set on the server itself. Specifically in the .env
file. It is not something we can update here. See https://github.com/kwartzlab/kos-base/blob/main/.env.example#L42 for an example.
I'm leaving this issue open to track updating the variable on the server.
I've updated the link with a new invite from @Schuhbauer12.
Despite the link being updated, kOS was continuing to pass out the old link. This was due to Laravel reading environment variables once and storing the value in a cache. Running php artisan config:cache
invalidated the cache and brought forward the new link.
Originally posted by @Schuhbauer12 in https://github.com/kwartzlab/kos-base/issues/56#issuecomment-2330574122