-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
👋 For : Community or Good First IssueTargeting community to contributeTargeting community to contribute
Description
Please enter the following details
NocoDB used as docker : true
NocoDB version : 0.84.8
Database used in NC_DB URL : pg
Project was created by clicking : New Project by connecting to external database
Database on which spreadsheet is created : pg
OS on which NocoDB is running : CentOS 7.0
Node.js version if running as node : -
Database version : -
Steps To Reproduce
- run docker container
- define under environments NC_PUBLIC_URL=[sub.domain.tld/nocodb] and NC_BACKEND_URL=[http://IP:port]
- try to define nocodb instance instead of subdomain format (e.g. nocodb.domain.tld) as a subdirectory (e.g. sub.domain.tld/nocodb) in nginx or Nginx Proxy Manager (NPM)
- Whenever one types
sub.domain.tld/nocodb
. the NC_PUBLIC_URL is not respected and switches tosub.domain.tld/dashboard
; also, the page is clearly available fromsub.domain.tld
as well, although it is defined in NPM assub.domain.tld/nocodb
Expected behavior
NC_PUBLIC_URL should be respected and the address should be consequently sub.domain.tld/nocodb/dashboard
Also, please provide detailed documentation for main reverse proxy setups (caddy, nginx, Nginx Proxy Manager, traefik, etc).
ericparland, lvlingxiao1, oyale and 22tcp
Metadata
Metadata
Assignees
Labels
👋 For : Community or Good First IssueTargeting community to contributeTargeting community to contribute