Bug: Autocomplete Error
See original GitHub issueHello, I just copied the files from my project on a new server. Somehow my page-link is not working anymore… I could see that i always receive a 500 for the autocomplete. but my node console is not showing any errors. I havent found a way to log the “real” error code in the console…
The schema of my custom widget is the following:
module.exports = {
extend: 'apostrophe-widgets',
label: 'Add new Reference',
addFields: [
{
name: '_page',
type: 'joinByOne',
withType: 'apostrophe-page',
label: 'Page',
required: true,
idField: 'pageId'
},
{
name: 'image',
type: 'attachment',
label: 'Image',
required: true,
},
],
};
Im running on debian 8 and node 7.4 Thank you.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
[BUG] Autocomplete error with 2 required options #729 - GitHub
I received this traceback error given from my Python terminal when having two required options. The following error only shows once I move...
Read more >Solved: Bug report: Errors function autocomplete fails wit...
A workaround for this is to use a collection to replace the errors () function with the items property in your second screen....
Read more >How can I show autocomplete errors - Stack Overflow
I'm working with React Hook Forms. <Controller control={control} rules={{ required: "Required" }} error={errors.state ?
Read more >Bug: Autocomplete problem - possibly due to apostrophe in ...
I have the same problem, but the apostrophe seems not to be the cause. E.g. try to find "Goldene Krone, Schustergasse, Darmstadt, Deutschland"...
Read more >AutoComplete error/crash/bug/pain/help in Kendo UI for jQuery
Hello, I am using the autocomplete widget from the kendo ui web library and experiencing a reproduceable bug. The client javascript error ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This fix has been published. You can stop hacking it up on your end. (: Let me know if this resolves it for your use case. Thanks!
On Mon, Jan 30, 2017 at 11:26 AM, Tom Boutell tom@punkave.com wrote:
–
*THOMAS BOUTELL, *SUPPORT LEAD P’UNK AVENUE | (215) 755-1330 | punkave.com
Thanks. That fixed it 👍