Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
When deploying a Laravel project through Plesk's Git integration, there is a path mismatch for the `composer.json` file due to a project structure change. The system is still referencing the old composer path (`/core/composer.json`) instead of the updated path (`folder/composer.json`). This...
Hi,
When configuring a GIT repository with the GitHub PAT (personal access token) specified in the URL, the token is not stored in the config file (for example: D:\vhosts\domain.com\git\test.domain.com)
Because the token is not saved, the connection is not successfully established and the...
We have a client using the git extension to pull from a remote reposity into his hosting.
It works perfecly from the client user but when we try from a additional user the async task stucks, never starts and this error appears in the panel.log:
[2024-04-16 13:58:14.399] 186453:661e67d661806...
Hello
I'd like to ask if it is possible to add an restart dedicated php-fpm process of the Laravel app domain to the deployment steps?
I often find our app running in a old state after a deployment, because of the cached JIT files which only flush when the php-fpm process is restarted.
The step...
I tried installing the Git extension (Git), but it returned the following error: "Could not install the Git extension".
The extension does show up in the menu, but when I try to add a remote repository (Github via the SSH protocol) it returns the error: "Command git does not found".
I've...
Hi, I noticed that Yesterday (March 27th) Plesk released a new version of the Git Extension. This release has made it so I'm unable to change the settings of an existing repo, and is also not allowing me to create new ones either. Does anyone know what I can do to revert to an old version, or if...
https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/
In our case this prevents us from pulling updates from github.
No great urgency for us, but I was wondering whether Plesk would respond with some kind of update or whether to perform the remedial steps myself?
I have problem with git extension
This is panel log:
[2022-10-18 10:37:34.506] 2640:634e1f7e7ba1c ERR [panel] Forgery protection token check failed.
[2022-10-18 10:37:34.507] 2640:634e1f7e7ba1c ERR [panel] Session token has expired.#0...
Hey,
I get the following error message when adding git repository.
Plesk has been updated to 18.0.39.
Git acquisition reinstalled, error remains.
Does anyone know advice?
Hello,
I've noticed while using webhooks and additional deploy actions that the plesk intergration updates on every branch.
Issue:
I have two websites, one being a beta site for testing new featues, etc.
When I update tHE beta branch the beta site updates and runs the additional deploy actions...
Is there a tutorial or guide to connect to a git repository on CodeCommit.
I have an IAM account that has the right roles, I tried connecting through SSH and added the public key offered by Plesk to the IAM account.
However its not working.
In CodeCommit it does say do this step (below) but I...
Hello Friends.
I was wondering if you could help me with the following issue.
I was able to configure and run a NuxtJS node App in plesk windows using the Node Module and IISNode.
I'm now configuring the Git extension so that the App automatically deploys when I push to the Github Repo...