1,234 questions
0
votes
0
answers
11
views
Running aitviewer on remote server headless mode
I'm running aitviewer on a remote linux server with no GUI, in headless mode and in the documentation it's recommended to use
export DISPLAY=:0.0
Xvfb :0 -screen 0 640x480x24 &
but I cannot ...
0
votes
0
answers
21
views
Chromedriver executeCustomCommand get base64 encoded from PDF output using pagedjs rendered HTML
I'm using pagedjs to render my invoice sample (using table, tr, td, th, etc...)
I use chromedriver v 135.0.7049.84 to open a headless browser and having export pdf from my html using polyfill pagedjs ...
0
votes
0
answers
32
views
selenium don't run on proxmox container
I need some help because I'm trying to run selenium in headless mode on my proxmox server but it's not working.
Here are the specifics:
i set up a proxmox container with ubuntu-24.10-standard_24.10-...
0
votes
0
answers
46
views
Why aren't application logs (e.g., fmt.Println, logrus) shown when debugging with Delve in headless mode?
I'm running a Go application using urfave/cli, where start is a subcommand.
I'm using Delve (dlv) in headless mode to enable remote debugging from IDE like VS Code or IntelliJ IDEA. Here's the command ...
0
votes
1
answer
57
views
Strapi project update issue Strapi 4 to Strapi 5
After update Strapi 4 to Strapi 5
And try to command npm run develop showing this following errors:
⠧ Loading Strapi(node:97298) Warning: [deprecated] In future versions, Strapi will stop reading ...
0
votes
1
answer
41
views
Persistent Cart with Woocommerce backend?
Nextjs Frontend, WooCommerce headless backend.
Trying to have a persistent cart with a signed in user, and just having a lot of difficulty in that. I've tried to create a custom plugin that adds a ...
0
votes
1
answer
65
views
How to Install TYPO3 Headless Using Composer on Hetzner Cloud with PHP 7.5.2?
version: "3.7"
services:
mysql:
image: mysql:5.7
container_name: mysql
environment:
MYSQL_ROOT_PASSWORD: rootpassword
MYSQL_DATABASE: typo3
MYSQL_USER: root
...
0
votes
1
answer
56
views
TestFX and Monocle on RHEL not working in headless mode
I'm trying to run a simple TestFX application on RHEL 9.4.
It works fine in 'normal' mode, but for CI I need to also run in headless mode.
I'm using Java 1.8.0_431 and Monocle 1.8.0_20.
Running from a ...
0
votes
0
answers
34
views
Sitecore JSS App URL Not Found After Binding Domain
In my Sitecore instance, I have a project created via the Content Editor, and it's working fine.
I also created a Next.js JSS app, which works properly at localhost:3000. When editing content via the ...
0
votes
0
answers
178
views
In Payload CMS, sometimes using 'Force Unlock' does not unlock the user
So The user gets locked by entering consecutive wrong passwords
and everything looks normal including the lockUntil having a ISO Date.
I then hit force unlock. and the server returns a successful ...
0
votes
0
answers
25
views
Headless execution failing when running selenium-java test scripts on a web application which requires form-based authentication
I have a selenium(selenide)-java TestNG project which runs test scripts on a web application to which we need to pass credentials (form based auth) to login to test servers.
These scripts run smoothly ...
0
votes
1
answer
48
views
Headless WordPress & FaustJS - Custom Template Resolution Issue
Got an issue with FaustJS Template Resolution not working in the correct manner.
Using LocalWP, I spun up a blueprint of FaustJS Portfolio site as my first try at headless wordpress.
After reviewing ...
0
votes
0
answers
21
views
Running selenium cron without headless?
Is there any way to run a selenium script via cron, without using the headless flag?
When i run my script with the headless flag, it works, but as soon as i remove it, the cron job doesnt work anymore,...
0
votes
0
answers
18
views
Headless Chrome is not seeng that I am logged in to a site
Currently when I use headless chrome (chrome --headless --dump-dom) to get the contents of sites that require login (but keep you logged in), I always get a redirect to the contents of the ...
0
votes
0
answers
33
views
Error in adding headless component to a page using ExperienceEditor
I am having sitecore 10.1 with headless implementation using Angular as frontEnd. I have frontEnd implementation of the component taken code and deployed to WWW root. When I add the component using ...