-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APP_DISABLE_AUTH not working #189
Comments
@maxdevis , thanks for opening a new issue. Where exactly are you getting redirected? /odata.svc, or / ? |
if in my browser i put: http://127.0.0.1:80/odata.svc/Users, laravel redirected to home page br |
honestly I have not tried to launch "http://127.0.0.1:80/odata.svc" tomorrow I try again and let you know. br |
hi, I launched the url in the browser and immediately afterwards a window appeared asking me if I wanted to save the file "odata.svc".
|
Hello, and in class: now i have optimized composer but the result not change :( br |
@c-harris , the previous autoloader should have been flattened by the dump-autoload call. The namespace mismatch is about the only thing I can think of that's left. @maxdevis , are you able to post a copy of your User model (the one you've been trying to access) ? Also, can you try clearing your application's cache (in case some old cached metadata is getting in the way) with |
ok, Yours sincerely |
Hello,
I couldn't prove anything because I'm sick, I hope to try soon.
However, you can close the ticket, and then I will reopen another one
as soon as I feel better
br
max
Il giorno lun 2 mar 2020 alle ore 00:54 c-harris <[email protected]>
ha scritto:
… @maxdevis <https://github.com/maxdevis> Did you get past this one or are
you still stuck?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#189?email_source=notifications&email_token=ADLU2PENWMSLVXLNJ2CW4O3RFLYRPA5CNFSM4KNUTY4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENNQEEA#issuecomment-593166864>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADLU2PDQOXTBU4BKKK7VV43RFLYRPANCNFSM4KNUTY4A>
.
--
Cordiali saluti
Massimo De Vitis
|
in my .env file i put:
APP_DISABLE_AUTH=true
my url is: http://127.0.0.1:80/odata.svc/Users
i just to call my model User
br
Max
The text was updated successfully, but these errors were encountered: