Deploying strapi admin on sample-domain.com/admin

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.

This topic has been created from a Discord post (1248408713740550306) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

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.