After live admin installation, i can't access the resource route

Hello, i just added live admin to my project and when i visit a route which should contain a page for my resource i get this error:

no function clause matching in String.match?/2

Called with 2 arguments

nil
~r/(home|session)/

Attempted function clauses (showing 1 out of 1)

def match?(*string*, *regex*) when *is_binary(string)*

It seems that the error occurs within this file:
https://github.com/tfwright/live_admin/blob/main/lib/live_admin/components/nav.ex

Thanks!

@tfwright