I’ve encountered an error deploying my app on domain with url route /admin… Admin register page will show up, but register will result in an error. If i try to adjust my nginx config to route /admin directly to localhost:1337/admin (now its only localhost:1337), it will result in this error. Is it even possible deploying on /something route or do i need to use subdomain? Thank you in advance.