So When I used custom JS, the code would not work, i tested it multiple times, and followed professionals
Edit: I was using node.js code and maybe Elfsight needs a preprocessor to coding additions.
So When I used custom JS, the code would not work, i tested it multiple times, and followed professionals
Edit: I was using node.js code and maybe Elfsight needs a preprocessor to coding additions.
@Starred Could you please send me a direct link to the page where the widget in question is installed?
If youāve and removed the code from the Custom JS field of your widget, please send it right here. Iāll be happy to look into this for you
The widget with this issue is the āFile embedā now Iām not sure if this is a bug with all things but this is what I saw, so I was trying node.js scripts, I might have a fix, Maybe try adding a preprocessor to extra code additions.
Iāve checked your widget and couldnāt find any code in the Custom JS field:
If you could say what youād like to achieve and specify the code you were trying to use, we would be delighted to help
The link to the page where your widget is installed would be much helpful!
I deleted the code, sorry for the trouble. I realized the code was wrong itself. Sorry for the late reply yet againā¦
The issue was the connection to the embed itself, I forgot to put the file display id, but I realized I did it wrong.
app.get(ā/user/:id/docsā, function(req, res) {
var id = req.params.id;
});
I am so sorry for the trouble, I found the fix, I tried {userid} but I needed to use :id in /user/:id/docs
Happy to hear that youāve found a solution
If anything else comes up, just let me know. Iāll be happy to advise!