Hello, new member here trying to develop features to integrate with forio epicenter platform.
Problem: Error 404 Failed to load resource (jquery)
Replication:
Followed the instruction on https://forio.com/epicenter/docs/public/how_to/self_hosting/
I downloaded my project and added the necessary fields in window.FLOW_CONFIG file. Then, searched for relative links, and found just one which i changed. Serving the site locally, i show the yellow error note with unknown error and a long notation. Trying to debug this on DevTools i see some errors with the first one being “404 failed…” on a jquery call. I can see the line that may be responsible which is on jquery.js:9536 line: xhr.send( options.hasContent && options.data || null );
but i have no more knowledge what to do.
Also i get more errors like "Refused to get unsafe header “Location” " from webcomponents but i don’t know which one is the main cause.
Thanks,
Stelios