You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It seems that I get a console error when ever I click an action within the menu. Sometimes it is one error, other times it is multiple errors.
To Reproduce
Steps to reproduce the behavior:
Open ps-adminmenu
Go to 'Actions' tab
Select any action (possibly the same action multiple times)
Error pops up in F8 menu
Screenshots
Additional context
For reference, when I was using the menu, I specifically was using the "Toggle Laser" action.
I un-minified the code to narrow the error and it seems to be coming from this snippet here: ps-adminmenu/html/index.js line 630
Describe the bug
It seems that I get a console error when ever I click an action within the menu. Sometimes it is one error, other times it is multiple errors.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Additional context
For reference, when I was using the menu, I specifically was using the "Toggle Laser" action.
I un-minified the code to narrow the error and it seems to be coming from this snippet here:
ps-adminmenu/html/index.js
line 630where line 630 is the
return await (await fetch(`https://${r}/${n}`, t)).json();
I'm guessing whatever URL its generating isn't returning anything causing an error to be thrown.
The text was updated successfully, but these errors were encountered: