issues Search Results · repo:nuxt-community/axios-module language:JavaScript
Filter by
394 results
(62 ms)394 results
innuxt-community/axios-module (press backspace or delete to remove)According to the documentation for proxyHeadersIgnore, there is a default list of headers that are ignored when proxying
headers to Axios.
However, the current implementation does not allow overriding ...
misterpekert
- Opened on Jun 17
- #619
i have proxy configuration like this proxy: { /api : { target: process.env.BASE_URL, pathRewrite: { ^/api/ : },
changeOrigin: true, onProxyReq(request) { request.setHeader( origin , process.env.BASE_URL) ...
DhikaArtwards
- Opened on Mar 6
- #618
Axios Cross-Site Request Forgery Vulnerability - https://github.com/advisories/GHSA-wf5p-g6vw-rhxx Fixed in
https://github.com/axios/axios/releases/tag/v0.28.0
Any chance to update?
kwolniak
- 2
- Opened on Apr 9, 2024
- #615
come this error
node_modules\vue-server-renderer\build.dev.js
node_modules\vue-server-renderer\build.dev.jsopen in editor file = path$1.posix.join( . , file); if (files[file]) {
return evaluateModule(file, ...
wdsmaduranga
- Opened on Mar 22, 2024
- #614
https://github.com/nuxt/nuxt/issues/9284#issuecomment-1814264329
axios 0.8.1 - 1.5.1
Severity: moderate
Axios Cross-Site Request Forgery Vulnerability - https://github.com/advisories/GHSA-wf5p-g6vw-rhxx ...
pi0
- 1
- Opened on Nov 16, 2023
- #609
Hi. I have a NuxtJS project that is running on SSR mode and the auth module configuration is like this:
auth: {
redirect: {
login: /login,
logout: / ,
home: / ,
callback: ...
sadeghi-aa
- Opened on Oct 1, 2023
- #607
this.$axios.get(`/scantask/openapi/kafka/getConfig`, { params: data },{ headers: { x-api-key : ascasdasdasxxxx })
But it does not work,Viewing the request header in the browser s network does not have ...
xdxiaoyu
- Opened on May 25, 2023
- #604
after adding axios module to my nuxt.config.js i am getting this error:
ERROR Cannot restart nuxt: Cannot read properties of undefined (reading options ) ...
ErikasMasaitis
- 1
- Opened on May 18, 2023
- #603
Version: @nuxtjs/axios@^5.13.6
I m running into a weird problem were the last part of the url gets removed somewhere during the request, I can t seem
to track down where. It doesn t happen on every request ...
RaoulHofmann
- Opened on Apr 6, 2023
- #601
When an API is called and the server returns a 413 status code (Content Too Large), axios doesn t return the code in the
error object. Also, it can t be deduced from the message since it just says: Network ...
sadeghi-aa
- 1
- Opened on Mar 31, 2023
- #600

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.