Lucas Fontes Gaspareto

Results 10 comments of Lucas Fontes Gaspareto

did you defined authorization token in the header of your request? write more about strategies that you're using in the project, share the code if possible.

sometimes, depending of the configuration did you must set the token, in a project using nuxt js i have to set the bearer token in the header property of axios,...

hm, i guess that the passport dont give you a session based when use local strategy

I think that he want to know about how to handle with empty url in component He can do a ternarie passing a default url ``` ... imgSrc: url ||...

Guys, using ```netlify dev --targetPort 5173``` works for me ![image](https://user-images.githubusercontent.com/8084651/186541676-9be1912f-c352-48b9-b36d-652798159214.png)

i get a quickly sulution updating the file ```.../@api-platform\api-doc-parser\lib\swagger\handleJson.js``` ``` // var title = response.paths[item][firstMethod]["tags"][0]; var title = ''; var fields = [] try { title = response.paths[item][firstMethod]["parameters"][0]["schema"]["$ref"].replace("#/definitions/", ""); var...

@emerson-diego quais erros acontecem ao compilar os arquivos .ts?

@emerson-diego no arquivo tsconfig.json a propriedade "target" está com qual versão do ecma? tive o mesmo problema, mudei o "target" para "es6" e TypeScript conseguiu compilar. Até mandei um email...

Agradeço à contribuíção @charlesduarte019 Assim que possível irei ajuster isso, caso tenha interesse você pode fazer um pull request, sua contribuição será muito bem vinda