ahelord
ahelord
Solve the problem after placing aliases in the relations "hasMany - belongsTo", and in "findAll" since the names of the attributes of the primary keys were shortened by the name...
@Widdershin Hello, did I tell you that this error is proving to be blocking for our implementation since our clients cannot debug their applications? Are we thinking of changing provider...
@Widdershin Console.log hijacking continues with this configuration Version 2.25.6 ``` rg4js('apiKey', 'api'); rg4js('enableCrashReporting', false); rg4js('enablePulse', true); rg4js('setVersion', version); rg4js('disableAutoBreadcrumbsConsole') throw 'Error' ``` 
@topleft Is your solution already working?
@nodkz Hello, finally how could I generate the "typeDefs" and "resolvers" in a schema generated by graphql compose mongoose for Apollo federation?
@amarflybot @nodkz How get typeDefs and resolvers for graphql-compose-elastic via proxy ``` const graphql = require('graphql'); const graphqlComposeElasticsearch = require('graphql-compose-elasticsearch'); const config = require('getconfig'); const schema = new graphql.GraphQLSchema({ query:...
Ready would be like this ``` lti.setup(process.env.LTI_KEY, // Setting up database configurations {url: process.env.MONGO_URL}, { appRoute: '/', loginRoute: '/login', logger: false, staticPath: APP_FOLDER, tokenMaxAge: false, devMode:true }); ```
i get this ```TokenExpiredError: jwt expired```
Hello change to ```devMode:true``` and error change ```ISS_CLAIM_DOES_NOT_MATCH``` to ```jwt expired``` is when I open the tool in Moodle.