### Program Version. <!-- Pre-alpha if before release. --> Pre-alpha ### Steps to reproduce. <!-- "Unknown" if unknown how exactly the bug was produced. --> Try to create a module on a page that doesn't exist. ### Bug Solutions. Return a 404. ### Other Details. This likely happens because of `insert_or_ignore_into` being a bit more lenient than it should.