Shopify – The current path, **/POST, didn’t match any of these
I have a login page that has an auth form, 2 values, after validation, redirect it with these 2 parameters, but i get an error, what did i miss? The Views def LoginPage(request): if request.method == "POST": ordernr = request.POST.get('bestellnummer')…