-
**Describe the bug**
After spinning up the instance, I'm greeted with a Token missing error
**To Reproduce**
Steps to reproduce the behavior:
1. Go to the URL of rocketadmin
2. Observe a popup …
-
PostgreSQL database backend support has been removed from AIDE due to unmaintained, outdated and incomplete implementation.
It might be added again in the future.
Please up vote (:+1: reaction)…
-
```
"attributes" is a view in information schema and it shouldn't be searched when
searching whole database for a keyword.
Error Message:
------------------------------------
Searching 132 tables f…
-
We need to enhance RAGGENIE by adding support for Oracle as a data source plugin. This will enable users to connect and retrieve data from Oracle databases within the RAGGENIE platform.
Task: Imple…
-
**Describe the bug**
When I start the application with` docker-compose up -d`, it starts fine, I can make the flows but when I **Test** the flow, it shows this error
```
Error! Could not reach ser…
-
### Is there an existing issue already for this bug?
- [X] I have searched for an existing issue, and could not find anything. I believe this is a new bug.
### I have read the troubleshooting guide
…
-
**Describe the bug**
If i connect a readable PostgreSQL database Then following error happening
LOG ERRORS
DatabaseException: cannot execute INSERT in a read-only transaction
#0 DatabaseConn…
-
### Bug Description
I am inserting rows into my database. I have a field with a DECIMAL type and a constraint:
```
retail_price_per_unit DECIMAL(10,2) NOT NULL
CONSTRAINT positive_retail_p…
-
### Describe the Bug
Currently its impossible to set postgres db connection options for knex that contain an underscore as all env vars are camelcased:
https://github.com/directus/directus/blob/33…
-
The command doesn't work, even with the force option if some connection is open (postgreSQL). As example you have a opened connection with your DB Tool or the EntityManager has not closed a connection…