In Review
Unable to create a project.
I have just signed up with Github but when I try to create a test project I keep getting this error. TypeError [ERR_INVALID_CHAR]: Invalid character in header content ["deskree-permissions-check"] at ClientRequest.setHeader (node:_http_outgoing:606:3) at new ClientRequest (node:_http_client:275:14) at Object.request (node:http:96:10) at /app/node_modules/express-http-proxy/app/steps/sendProxyRequest.js:13:51 at new Promise () at sendProxyRequest (/app/node_modules/express-http-proxy/app/steps/sendProxyRequest.js:11:10) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) I am using Google Chrome.
Πέτρος 28 days ago
🐞 Bugs
In Review
Unable to create a project.
I have just signed up with Github but when I try to create a test project I keep getting this error. TypeError [ERR_INVALID_CHAR]: Invalid character in header content ["deskree-permissions-check"] at ClientRequest.setHeader (node:_http_outgoing:606:3) at new ClientRequest (node:_http_client:275:14) at Object.request (node:http:96:10) at /app/node_modules/express-http-proxy/app/steps/sendProxyRequest.js:13:51 at new Promise () at sendProxyRequest (/app/node_modules/express-http-proxy/app/steps/sendProxyRequest.js:11:10) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) I am using Google Chrome.
Πέτρος 28 days ago
🐞 Bugs
Done
Menu Integrations Does not appear
In the Deskree description it says that I have an integration based on the Free (Basic) plan, but I can't find the Integrations menu.
Lourenço Carlos 3 months ago
⭐️ Wishlist
Done
Menu Integrations Does not appear
In the Deskree description it says that I have an integration based on the Free (Basic) plan, but I can't find the Integrations menu.
Lourenço Carlos 3 months ago
⭐️ Wishlist
In Review
Google Auth is creating the user each time he signs in
Hi. You can see the user has the name of : rock. As soon as the user signs in again with the same google account, the user is created and any info is deleted (you can notice : the 'name' is deleted and 'created at' is updated)
Abdou 3 months ago
🐞 Bugs
In Review
Google Auth is creating the user each time he signs in
Hi. You can see the user has the name of : rock. As soon as the user signs in again with the same google account, the user is created and any info is deleted (you can notice : the 'name' is deleted and 'created at' is updated)
Abdou 3 months ago
🐞 Bugs
In Progress
Error apollo raect
Hola! Tenemos este problema al intentar ejecutar un query usando apollo con react esta es la estructura de una de las tablas : este el query que intentamos llamar: import {gql} from "@apollo/client"; const GET_CLIENTS = gql` query clients ($uid: ID, $page: Int, $limit: Int) { clients (uid: $uid, page: $page, limit: $limit) { uid createdAt phone author name updatedAt } } `; export default GET_CLIENTS y este el error que obtenemos: { "errors": [ { "message": "Request finished with status code 500: Internal Server Error. Details: Bad collection configuration object: no endpoint configuration found." } ], "data": { "clients": null }, "extensions": { "info": {} } }
David Esteban Gomez Holguin 5 months ago
GraphQl API
⭐️ Wishlist
In Progress
Error apollo raect
Hola! Tenemos este problema al intentar ejecutar un query usando apollo con react esta es la estructura de una de las tablas : este el query que intentamos llamar: import {gql} from "@apollo/client"; const GET_CLIENTS = gql` query clients ($uid: ID, $page: Int, $limit: Int) { clients (uid: $uid, page: $page, limit: $limit) { uid createdAt phone author name updatedAt } } `; export default GET_CLIENTS y este el error que obtenemos: { "errors": [ { "message": "Request finished with status code 500: Internal Server Error. Details: Bad collection configuration object: no endpoint configuration found." } ], "data": { "clients": null }, "extensions": { "info": {} } }
David Esteban Gomez Holguin 5 months ago
GraphQl API
⭐️ Wishlist