-
Hi, Was wondering if anyone has ever seen this error in dev tools? I'm on an IIS instance. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
Thats good odd.
Anything in logs/error.log ?
…On Fri, Feb 17, 2023 at 9:01 AM Eaclean ***@***.***> wrote:
Hi,
Was wondering if anyone has ever seen this error in dev tools?
I'm on an IIS instance.
Thanks
[image: Capture]
<https://user-images.githubusercontent.com/123482922/219675950-d816511f-9d67-46f9-b01b-9ef85b50bd7a.PNG>
—
Reply to this email directly, view it on GitHub
<#1446>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFQPIKQVYY4GVCXFWWTWX6AC5ANCNFSM6AAAAAAU7O3BMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Can you set $debug to 1 in your config file and check the error log again?
(Browser cache refresh required)
…On Fri, Feb 17, 2023 at 9:17 AM Eaclean ***@***.***> wrote:
This one can also appear.
[image: image]
<https://user-images.githubusercontent.com/123482922/219679446-726674ee-4935-434f-b014-b83a5ce7d5d6.png>
—
Reply to this email directly, view it on GitHub
<#1446 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFWNZHI62VIWBTDO3CLWX6B7BANCNFSM6AAAAAAU7O3BMQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Can you open /api/session in your browser and see if something shows up.
…On Fri, Feb 17, 2023 at 9:25 AM Eaclean ***@***.***> wrote:
Yea currently got debug on but no errors apart from that deprecated one.
Thanks
—
Reply to this email directly, view it on GitHub
<#1446 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFXZ74Q3JWWSWSZL32DWX6C6PANCNFSM6AAAAAAU7O3BMQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Oh sorry, should be /api/sessions (with the s at the end)
…On Fri, Feb 17, 2023 at 9:32 AM Eaclean ***@***.***> wrote:
Just get a 404 for that. Do you get anything?
Thanks
—
Reply to this email directly, view it on GitHub
<#1446 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFWQ5GXSF7PKAGD4TWLWX6DZVANCNFSM6AAAAAAU7O3BMQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I noticed that Leantime seems to send some API requests via the PATCH method (rather than GET, or POST). I’ve updated the handler mappings for PHP 8.1.4 to include extended verbs for DEBUG, DELETE, PUT, and PATCH: |
Beta Was this translation helpful? Give feedback.
I noticed that Leantime seems to send some API requests via the PATCH method (rather than GET, or POST).
I’ve updated the handler mappings for PHP 8.1.4 to include extended verbs for DEBUG, DELETE, PUT, and PATCH: