Lorenzo De Francesco
Lorenzo De Francesco
I am new to LexikJWTAuthenticationBundle and I am facing a 500 Internal server error like this: ``` { "error": { "code": 500, "message": "Internal Server Error" } } ``` when...
Hi everyone, I have a problem with postCSS: **it works with `extract: true` and not with `extract: false; inject:true`** Here is my `rollup.config.js` ``` import commonjs from "@rollup/plugin-commonjs" import peerDepsExternal...
Is it possibile to upload file via post?
Hi! It seems that the module does not work with VertX 3.5.0, it gives this error: `Deployment failed! com.redhat.ceylon.compiler.java.runtime.tools.ModuleNotFoundException: Could not find module: io.vertx.ceylon.core/3.5.0` The code: private void addSchedulers() {...
Fallback
Hi! How can I handle the fallback of the language? Example: 1. I want to translate `Common.stringToTranslate` 1. react-redux-i18n does not find the string to translate 1. react-redux-i18n shows the...
Hi, I have this terraform file ``` terraform { required_providers { azapi = { source = "azure/azapi" } } } provider "azapi" { client_id = var.client_id client_secret = var.client_secret subscription_id...