I recently updated the site from Magento 2.4.3 to 2.4.6. Since then a custom form (that works in other browsers, e.g. Chrome and Firefox) is redirecting to the homepage upon Submit in Safari. In the Javascript console the only errors shown are CSP errors. In the Magento logs there are […]
Daily Archives: December 9, 2024
I have a basic setup of Magento & Open search. I have been following the guide here https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/overview.html?lang=en In the guide it is recommended to install open search so I did so following this guide: https://opensearch.org/docs/latest/install-and-configure/install-opensearch/docker/ Under the quick installation section titled “Install the application” in the magento guide, there […]
Hi i have little problem. When i do: Get-Item -LiteralPath “HKLM:SOFTWAREMicrosoftProvisioningCSPs.VendorMSFTSecureAssessment” it throw error. When i do: Test-Path -LiteralPath “HKLMSOFTWAREMicrosoftProvisioningCSPs.VendorMSFTSecureAssessment” it return False When i do: reg query “HKLMSOFTWAREMicrosoftProvisioningCSPs.VendorMSFTSecureAssessment” it return: HKEY_LOCAL_MACHINESOFTWAREMicrosoftProvisioningCSPs.VendorMSFTSecureAssessment (Default) REG_SZ {62907C17-0036-4D44-B59C-70F2621A3EE4} csp_version REG_SZ com.microsoft/1.1/MDM/SecureAssessment I wanted to delete and check if exists, any solutions? For powershell […]
I’m trying to configure a VLAN (VLAN 40) on my MikroTik router that includes both Ethernet ports (ether3, ether4) and a WiFi network. However, I’m encountering an issue where devices connecting to the WiFi network do not receive an IP address via DHCP. VLAN 40 with ether3 and ether4 – […]
In Edge and Chrome browsers, you can cycle to the tab to the right with ctrl + tab or to the left with ctrl + shift + tab. You can also bring up a tab search menu with ctrl + shift + a and type in text to search in […]
I usually install several apks necessary for my work, they are internally released so not available over googleplay. We have several users on the device, so multiple users can use their own profile. However, after recent updates, these apps disappear from other user accounts. And It seems no way to […]
I’m using Git-based dotfiles managment: https://www.stefanjudis.com/notes/git-based-dotfile-management-without-symlinks/ https://www.atlassian.com/git/tutorials/dotfiles I have bare git repository in ~/Repositories/dotfiles and alias dotfiles='git --git-dir=$HOME/Repositories/dotfiles --work-tree=$HOME' and dotfiles config --local status.showUntrackedFiles no When I’m editing my dotfiles with VSCode it’s git doesn’t work because there is not .git folder in ~/.config/zsh for example it’s located in ~/Repositories/dotfiles […]