Missing environment variable in Rybbit template causes “Invalid origin” during authentication and organization creation #144

Closed
opened 2025-11-22 20:31:08 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @shadyar-bakr on GitHub (Nov 1, 2025).

Template Name

Rybbit

Relevant Logs of the Error

403: invalid origin
Unauthorized access

Related issue: https://github.com/rybbit-io/rybbit/issues/413, https://github.com/Dokploy/templates/issues/154

Steps to Reproduce the Error

  1. Deploy the Rybbit template
  2. Configure the following settings: BASE_URL ENV, and add domain as per the note in the template:
# NOTE: there are two sample HTTP traefik domain entries created:
# - rybbit_backend (port 3001, path /api), 
# - rybbit_client (port 3002, path /)
#
# You should treat these as placeholders - Rybbit only supports HTTPS.
#
# You should also update the `BASE_URL` environment variable when
# updating the domain entries with your custom domain.
  1. Navigate to domain /
  2. Perform singup process
  3. Error occurs at clicking register button

Environment Information

Operating System: Ubuntu 24.04
Dokploy version: 0.25.6
VPS Provider: Hetzner
Template Version: current available (Rybbit v1.5.1)

When does this error occur?

When accessing the application

Additional Context

We have to add DOMAIN_NAMEEnv var

Will you send a PR to fix it?

Yes

Originally created by @shadyar-bakr on GitHub (Nov 1, 2025). ### Template Name Rybbit ### Relevant Logs of the Error ``` 403: invalid origin Unauthorized access ``` Related issue: https://github.com/rybbit-io/rybbit/issues/413, https://github.com/Dokploy/templates/issues/154 ### Steps to Reproduce the Error 1. Deploy the Rybbit template 2. Configure the following settings: `BASE_URL` ENV, and add domain as per the note in the template: ``` # NOTE: there are two sample HTTP traefik domain entries created: # - rybbit_backend (port 3001, path /api), # - rybbit_client (port 3002, path /) # # You should treat these as placeholders - Rybbit only supports HTTPS. # # You should also update the `BASE_URL` environment variable when # updating the domain entries with your custom domain. ``` 3. Navigate to domain / 4. Perform singup process 5. Error occurs at clicking register button ### Environment Information ```bash Operating System: Ubuntu 24.04 Dokploy version: 0.25.6 VPS Provider: Hetzner Template Version: current available (Rybbit v1.5.1) ``` ### When does this error occur? When accessing the application ### Additional Context We have to add `DOMAIN_NAME`Env var ### Will you send a PR to fix it? Yes
GiteaMirror added the bug label 2025-11-22 20:31:08 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#144