jet-bridge icon indicating copy to clipboard operation
jet-bridge copied to clipboard

Jet Admin – No-code Business App builder

Results 16 jet-bridge issues
Sort by recently updated
recently updated
newest added

The following two line: ` headers = dict(map(lambda x: (x['name'], x['value']), headers)) query_params = list(map(lambda x: (x['name'], x['value']), query_params)) ` Are failing: `File "/packages/jet_bridge_base/jet_bridge_base/serializers/proxy_request.py", line 214, in submit headers =...

As per Django 4.0 the use of django.conf.urls is deprecated. (https://docs.djangoproject.com/en/3.2/ref/urls/#url). In order to support future django versions. This fix should be implemented.

Can you add an integration with MongoDB?

Hey there! I belong to an open source security research community, and a member (@0xamal) has found an issue, but doesn’t know the best way to disclose it. If not...

JB version - 0.9.9 Python - 3.8.10 Ubuntu - 20.04.2 Menu items are duplicated on both the Builder and Published app. See screenshots ![Screen Shot 2021-08-25 at 6 54 42...

Just a prototype of INSERT, etc... allowing.

Following the guide here: https://docs.jetadmin.io/user-guide/integrations/postgresql-integration/python-app-installation After launching `jet_bridge` for the first time and visiting the registration URL I end up here: http://localhost:8888/api/register/?token=XXXXX ![image](https://user-images.githubusercontent.com/467126/103759841-9851d580-5014-11eb-81af-1cf4ec18b6d2.png) Can't do anything from there, http://localhost:8888/api/ shows...

I'm using JetAdmin for managing a REST API I've built in Golang w/ GORM. For some reason, the ID field (which is type `uuid.UUID`) doesn't show up in the list...

On Ubuntu 18.04 i set up a PostgresSQL Server. Now i can connect with DBeaver with Host=Localhost, User = Postgres, Password=Test, Port=5432 on Server. I create over DBeaver a new...