formBuilder-languages
formBuilder-languages copied to clipboard
Suddenly getting this error. It was working perfect before..
Hello .
Suddenly i am getting this error i dont know what happend i even didnot change anything.
assets/lang/en-US.lang:1 Failed to load resource: the server responded with a status of 404 ():

What should i do now . I am using Jquery Formbuilder 3.6.1 version
@Hasnni can you share the url for the missing file?
Also please share your configuration, it looks like the files are still available. Maybe a temporary outage on github pages? https://formbuilder.online/assets/lang/en-US.lang
@kevinchappell Thank you so much for your reply. I am using formBuilder.min.js 3.6.1 version. here is link of error. Its automatically getting this error. https://localhost:44338/Configuration/assets/lang/en-US.lang
@Hasnni can you share the formBuilder options used?
@kevinchappell here is the options which i used.
options = { //disabledActionButtons: ['save'], showActionButtons: false, editOnAdd: true, stickyControls: { enable: true }, formData: forata, dataType: 'json' };
i dont see anything there that should cause this. can you create a jsFiddle or codepen that reproduces the error?
@kevinchappell code is working fine now as well with these errors .just these errors coming in console. Automatically these errors coming now days before it was working fine with no errors.
@kevinchappell how can we get this lang file in formbuilder options .?
@Hasnni English is loaded by default and is in formBuilder without need for a separate file. You can try explicitly setting the location of your language files to a known working location in your formBuilder options:
i18n: {
location: 'https://formbuilder.online/assets/lang/'
},
@kevinchappell Thank you its working.