Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dan Kelly
Total activity
23
Last activity
September 04, 2025 14:15
Member since
July 16, 2019 13:31
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
6
Activity overview
Posts (5)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
March 09, 2023 11:20
Have installed 2022.3.3 RC2 and am afraid that it doesn't fix the issue for me. There are a few improvments over the 2022.3.2 No longer warns "Closed Explicitly" No longer warns that it cannot con...
Community
WebStorm
unable to debug javascript in 2022.3.2 ultimate edition with chrome 111 on mac m1 (arm)
2 votes
Created
August 09, 2019 17:13
Thank you. Error is "Access to XMLHttpRequest at 'https://<machinename>api/v2/jobs' from origin 'http://localhost:8080' has been blocked by CORS policy: Response to preflight request doesn't pass ...
Community
WebStorm
Debug profile CORS issue with Chrome 76
1 vote
Created
September 04, 2025 14:15
Further to the above Nuxt has an experimental setting `experimental: typedPages` that creates a `typed-router.d.ts` file that may prove useful for resolving this issue should it reach production.I ...
Community
WebStorm
WebStorm cannot resolve files when using <NuxtLink>
0 votes
Created
August 29, 2025 10:18
That's a shame but what I suspected.While I recognise that VS Code doesn't have the inspections (and indeed that is part of what keeps me in WebStorm) I had hoped that Nuxt was generating a file th...
Community
WebStorm
WebStorm cannot resolve files when using <NuxtLink>
0 votes
Edited
March 09, 2023 10:52
Same as others. Windows. Was working 5pm GMT yesterday. Off overnight and not working 10am GMT Current Chrome is 111.0.5563.65. It updated this morning, but only *after* the issue had presented. Wa...
Community
WebStorm
unable to debug javascript in 2022.3.2 ultimate edition with chrome 111 on mac m1 (arm)
0 votes
Created
August 09, 2019 14:23
Thanks for the updates. Both are localhost. I am testing VueJS against out current backend and have an unlocked version which allows CORS. The backend server is NodeJS/Hapi. The front-end applicati...
Community
WebStorm
Debug profile CORS issue with Chrome 76
0 votes
Created
July 29, 2019 14:08
main.js import { DataService } from './dataService'new Vue({ render: h => h(App), provide () { return { eventBus: new Vue() restData: new DataService(this.eventBus) } }}).$mount(...
Community
WebStorm
2019.2 VueJS unsing "inject" in component needs autocompletion
0 votes