If somebody want fixed source code, i created the github repo… that will save lots of time, if starts with axios in Quasar v1
Mausino
@Mausino
Best posts made by Mausino
-
RE: SOLVED - Axios / quasar.config.js proxy - In Chrome api requests are working, In Firefox/Opera CORS issue
Latest posts made by Mausino
-
RE: SOLVED - Axios / quasar.config.js proxy - In Chrome api requests are working, In Firefox/Opera CORS issue
If somebody want fixed source code, i created the github repo… that will save lots of time, if starts with axios in Quasar v1
-
RE: SOLVED - Axios / quasar.config.js proxy - In Chrome api requests are working, In Firefox/Opera CORS issue
@dobbel thank you so much
Your suggestions fix all issues which i faced… you move me so much forward
Miky
-
SOLVED - Axios / quasar.config.js proxy - In Chrome api requests are working, In Firefox/Opera CORS issue
Hello, i stuck with cors issue… and i dont know how solve it for Firefox,Opera if on Chrome is working everything fine
https://we.tl/t-wwQ5A83xJ6 (1MB) Here is the project which i created for 2 different api resources…
- Node server -> cd q-app-v2 -> cd base-server-master -> yarn install (npm install) -> node index.js (will create api endpoint http://localhost:3001/api/resources)
- Placeholder online api endpoint
To test it:
cd q-app-v2 -> yarn install (npm install) -> quasar devThe main problem also here is that in Chrome is working everything fine… but on Firefox,Opera there is cors issue…
-
RE: Question related to a document topic on usage of Axios
Hi, @s-molinari @dobbel @Ben-Hayat
Sorry if is not part of this conversation, but also is connected with axios…
On vue app created by Vue CLI is it working… but doens’t in Quasari need to know if i should create bug in quasar github… but i am not sure… should you look on issue which i asked here on forum? https://forum.quasar-framework.org/topic/7560/api-vue-warn-error-in-created-hook-promise-async-error-request-failed-with-status-code-404
Thank you so much for your help!
Miky