ipfs-desktop
ipfs-desktop copied to clipboard
[gui error report] TypeError: accessControlAllowOrigin.push is not a function
- Desktop: 0.42.0
- OS: win32 10.0.22621 x64
- Electron: 35.1.2
- Chrome: 134.0.6998.178
TypeError: accessControlAllowOrigin.push is not a function
at addURL (C:\Program Files\IPFS Desktop\resources\app.asar\src\daemon\config.js:190:34)
at migrateConfig (C:\Program Files\IPFS Desktop\resources\app.asar\src\daemon\config.js:196:24)
at getIpfsd (C:\Program Files\IPFS Desktop\resources\app.asar\src\daemon\daemon.js:56:5)
at async startDaemon (C:\Program Files\IPFS Desktop\resources\app.asar\src\daemon\daemon.js:210:17)
at async startIpfs (C:\Program Files\IPFS Desktop\resources\app.asar\src\daemon\index.js:49:17)
at async setupDaemon (C:\Program Files\IPFS Desktop\resources\app.asar\src\daemon\index.js:116:3)
at async Promise.all (index 1)
at async run (C:\Program Files\IPFS Desktop\resources\app.asar\src\index.js:68:5)
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We are triaging issues on weekly basis and aim to give initial feedback within a few business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:
- "Priority" labels will show how urgent this is for the team.
- "Status" labels will show if this is ready to be worked on, blocked, or in progress.
- "Need" labels will indicate if additional input or analysis is required.
Finally, remember to use https://discuss.ipfs.tech if you just need general support.
You had custom Access-Control-Allow-Origin in kubo config, that is not an array.
This will be fixed in the next release (0.45), but you can also fix this by turning that value from String to an array of Strings.