Just came across the same 404 error that @rastographics was having.
In my case it was because I was using a default nginx config that had a default rewrite rule of:
try_files $uri $uri/ /index.php?$args;
rather than rewriting to ?it=
try_files $uri $uri/ /index.php?it=$uri&$args;
Turns out that PW PagesRequest has a fallback so that using the different rewrite url mostly just worked (I've been using it for weeks and hadn't noticed anything), but @bernhard is explicitly looking in $_GET['it'] to see if livereload needs to be returned.
Updating the rule as above fixed things.
It might have been a completely different reason for @rastographics of course, but just in case someone else has the same issue that's what did it for me.
While making Screenshots for a support reply I noticed a little bug: The logged in user in the screenshots has a specific role that allows him to view existing DataTables of our module ProcessDataTables in the backend but nothing more. The user has logged in at the admin URL, what normally will not be the preferred way. But anyway, with Reno it looks as expected:
With AdminUIKit it shows some minor visual bugs:
v1.3 released with added support for Pagefile fields – now you can process documents with AI. This is especially useful for creating summaries, extracting key points, or generating descriptions for uploaded documents. Supported formats are PDF, RTF, Markdown, JSON, XML, CSV, and plain text files.
I'll be on the road today picking up my daughter from a summer camp that’s 4 hours away. So I'm spending the day in the car rather than at the computer. As a result, I don’t have anything major to report this week, but wanted to say hello before I left for the day. Progress continues on everything we’ve talked about in recent weeks. I’m also working on a client project, building a ProcessWire based login portal that is kind of a front-end to a Salesforce system. It uses LoginRegisterPro, FormBuilder and ProFields Custom Fields. I’m making some improvements to those 3 modules as I go. For instance, LoginRegisterPro will be getting an email-to-login option. When enabled, if you submit the login form but leave the password blank, it’ll email you a link to automatically login. The feature is optional and not enabled by default. More next week. Thanks for reading and have a great weekend!
Hey @noodles this is now possible with the latest update v1.7.0 😎
I worked on that for several hours - far more than I initially thought. I tried different things, refactored, reset, and settled with a new "expert" option to keep the "simple" and "advanced" modes as they were and not bloat the GUI for something that probably 99% of users will never need?