Jonas Schwartze

Results 13 comments of Jonas Schwartze

I ended up using the docker-container: `docker run -p 8080:8080 -e API_URL=http://localhost:10010/your-basePath-here/swagger swaggerapi/swagger-ui` *Note:* Swagger-ui does make a CORS-Request to call the swagger endpoint, so you need to add the...

You may also just run the docker container, provided by swagger-ui. See #524 for details.

This actually seems like a bug. I also have this. After self-registration an empty page (only header) is shown. If debug is enabled (`define('DEBUG', true);` in e.g. `app.php`) an error...

I do have the same error on version 0.255.1: ``` nocodb | [Nest] 9 - 09/12/2024, 2:12:06 PM ERROR [DatasService] error: select [...] , "TABLENAME_REDACTED"."COL"."UMN_WITH_DOT" as "ceykakoyxvl1mcd", [...] from "REDACTED"...

Node: **v20.15.1** Arch: **x64** Platform: **linux** Docker: **true** RootDB: **pg** PackageVersion: **0.255.2**

I've had a similar error and putting a try_files directive to my nginx.conf at the webapp location worked: ``` location /app/ { try_files $uri $uri/ /app/app.php?$args; } ```

Please make this configurable in some way. We are using nocodb as user friendly frontend for our business intelligence database, so that users can easily upload their datasets and visualize...

Hey there, refering to the original question: Are there any examples on how to use the `customJSForHandlebars:` declaration properly? The documentation seems to reference a snippet called `docs-codeblock-configuration-customjsforhandlebars` but it...

obviously somebody did this, because the demo user is not accessible anymore... 😿