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
How can I do to use this plugin to login users?
After search for routes with php artisan route:list I see this url:
user/login
but cors do not working for this url...
Im using a app ionic to try do login and the error is:
from origin 'http://localhost:8100' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I dont know how can I solve this. Im working trying solve this several days
Please, could you help me?
The text was updated successfully, but these errors were encountered:
How can I do to use this plugin to login users?
After search for routes with php artisan route:list I see this url:
user/login
but cors do not working for this url...
Im using a app ionic to try do login and the error is:
from origin 'http://localhost:8100' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I dont know how can I solve this. Im working trying solve this several days
Please, could you help me?
The text was updated successfully, but these errors were encountered: