You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some trouble logging in to the admin interface from a local machine. I have set up Netlify Identity on my page (hosting GoTrue myself seemed a little overkill). When starting the UI and logging in with my Identity credentials i run into a CORS error and get a 404.
Failed to load https://[myapp].netlify.com/token: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:5000' is therefore not allowed access. The response had HTTP status code 404. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
This seems quite logical to me.
My question is: Is there any way to access the admin interface from a local machine (other than rolling my own GoTrue)?
Hey,
first up all a big thanks for making this. 👌
I have some trouble logging in to the admin interface from a local machine. I have set up Netlify Identity on my page (hosting GoTrue myself seemed a little overkill). When starting the UI and logging in with my Identity credentials i run into a CORS error and get a 404.
This seems quite logical to me.
My question is: Is there any way to access the admin interface from a local machine (other than rolling my own GoTrue)?
Cheers
Till