In this short guide I would like to help you if you are in the same frustrating situation as me. In particular I spent a lot of time trying to understand what was going wrong on my Nextcloud installation and now I want to give you (I hope) a solution. The situation we want to…
Category: Fixes
[SOLVED] The target server failed to respond – Jenkins and Nexus
I encountered this error while I was writing a Maven project. I want to explain what was the problem in my case. Here is the setup of the project: the project is on Github a trigger on push events is fired to a self-hosted Jenkins installation that builds the artifact an upload step of the…
[SOLVED] Commit failed on Gitlab – Disable (or enable) pipelines
If you are using Gitlab you have already experienced that commits will “fail” with no reason. This is due to the automatic enabling of pipelines for continuous integration and delivery (CI/CD). This is what happens when you create a new repository: This is what happens when you push the first commit: So, if you want…
Android Studio cannot preview?
You are starting a new Android project, you open your Android Studio, Gradle is building…exciting! You open your main activity .xml file, put a new button and….nothing happens. Android Studio won’t preview the layout of your application…damn… Solution: for most of the tamplates that you can choose from the wizard, the fix is very simple….