Comfy-Org / Comfy-Org/ComfyUI_frontend
Broken "Open workflow in new tab"
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 699
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 490
Description
### Prerequisites
- [x] I am running the latest version of ComfyUI
- [x] I have custom nodes enabled
### What happened?
When attempting to do debugging myself, I was pointed to browser console for error code.
This is the one that is produce when trying to active this native ComfyUI feature.
`@deprecated Use settingStore.get instead.*/
getSettingValue(
id: K,
defaultValue?: Settings[K]): Settings[K] {
if (defaultValue !== undefined) {
console.warn(Parameter defaultValue is deprecated. The default value in settings definition will be used instead.)}
return useSettingStore().get(id)`
I asked for help in Discord, I've tried to fix myself. Also determined in Discord that this is a universal issue, and has been going on for maybe over a couple of weeks now.
Everything points likely to some hardcoded error with a script regarding API usage.
Please fix.
and I guess in the meantime, what has everyone else been using to pull there open workflow in new tab?
Because my downloads folder is filling up, and my production time as been bad having to wait for the first preview to generate just to work on that workflow again.
### Steps to Reproduce
1.Run a generation
2.Click on three dots icon for the generation running
3.Click "Open workflow in new tab"
### How is this affecting you?
Feature doesn't work as expected
### ComfyUI Frontend Version
1.39.14
### Browser
Other
### Console Errors
```javascript
`@deprecated Use settingStore.get instead.*/
getSettingValue(
id: K,
defaultValue?: Settings[K]): Settings[K] {
if (defaultValue !== undefined) {
console.warn(Parameter defaultValue is deprecated. The default value in settings definition will be used instead.)}
return useSettingStore().get(id)`
```
### Logs
```shell
```
### Additional Context
_No response_
┆Issue is synchronized with this [Notion page](https://www.notion.so/Issue-9101-Broken-Open-workflow-in-new-tab-30f6d73d365081d48302cb163085e9fb) by [Unito](https://www.unito.io)
Contributor guide
Assessment
This issue has not been assessed yet.