In my case the 500 error started after migration to new server. Everything was done as per the official guide. The server started fine, the repositories, comments, issues also showed fine. The problem – on clicking a repository it showed 500 error. Checking the error logs (under /var/log/gitlab/) didn’t reveal the problem. The best way… Continue reading Self hosted Gitlab and 500 error
Month: July 2023
ESP32 and Arduino IDE
For programming ESP32 using Arduino IDE need to add the board support. Files -> Preferences -> Settings (Tab) -> Additional Boards Manager URLs (textbox): “https://espressif.github.io/arduino-esp32/package_esp32_index.json” ESP32 is much more powerful than the ESP8266 series processors. It has a Dual Core processor.