-
nginx is configured as,
```
location /zkui {
proxy_pass http://localhost:8090;
}
```
But zkui will reference from /. Is there a config I can force it referencing to …
-
Hello, thanks for the tutorial and sample.
However, the sign-in process always gets stuck at this point when i enter my Apple password.
Any idea of why it would hang in there?
![Simulator Scree…
-
Hi,
My team and I have an API working on netcore3.1 using the v7 OData library. We are experimenting with .NET 5 and the v8 preview and are trying to build the following structure;
Lets say we h…
RobTF updated
3 years ago
-
```json
{"message":"","exceptionMessage":"Array to string conversion","file":"\/home\/marce769\/public_html\/projects\/marcelorodovalho.com.br\/dsv\/workspace\/phpdfbot\/vendor\/laravel\/framework\/sr…
-
I added `swagger-play2` - **1.5.1** as described on this page: https://github.com/swagger-api/swagger-play/tree/master/play-2.4/swagger-play2
BUT, I am getting this error, and can't get rid of it - d…
-
this onupdate model is not good..
we need model like spring server..routing model .
how can i config bot like server routing like Getmapping("/start")
the if-then model is not very good and makes t…
-
I need to get routing parameters available in the global scope. I am not using controllers in a project, so I am including script file based on route rules using dispatcher.
Basically, when I set rou…
-
For the admin panel, we need authentication. This will be handled via JWT. To incorporate this, we will need several endpoints with corresponding logic and SQL tables.
- endpoints
- GET `/auth/token…
-
Have you done any testing with Laravel 5.3? I forked and updated the `illuminate/routing` dependency to `5.3.*` and am able to get things in a mostly functional state.
The largest issue I've run in…
kfnic updated
7 years ago
-
in Laravel 5.3 i am gettin this error `{"message":"Unauthenticated.","status_code":500,"debug":` when trying to run index method that `return User::all();` in HomeController and in my api.php
```
`$a…