Gazder Bence
Gazder Bence
Any news on this PR?
If anyone has this, the problem is that the Dingo router dispatching is not applied. My debug messages: PHP webserver: ``` production.INFO: DingoServiceProvider@register production.INFO: DingoRouter@dispatch--begin production.INFO: DingoRouter@routesDispatched:1 production.INFO: Current route:...
If you want to re-register the LumenServiceProvider it will get into an infinite loop. I think the problem is here (but I still don't know how to fix it): ```...
@hhxsv5 Thank you for, looking into this. I ran out of time to fix this issue, but I wrote the meaningful parts above. If I can come up with something...
The main problem is located the same as in #28 the removeMiddlewareFromApp function in the router adapter is not reset after the first request is served, and will get into...
@hhxsv5 Can I return a response from a middleware in laravels? The function is called according to the logs, but after it returns, it throws a 500 error. My cors...
I'm also using Jetstream and I faced this issue. The problem is that the guard password session variable is not updated properly. If you use the `web` guard adding the...
Since this problem still exists, @ChetanGoti did you find a better solution for this, or you can still recommend the above workaround?
I have the same problem and I don't even use the InAppBrowser plugin. The error will disappear if the `cordova-device-plugin` is uninstalled. EDIT: the `window.webkit.messageHandlers` object is null EDIT2: this...
I've managed to solve the issue, by setting the app bound domains. The whole problem comes from the fact that cordova cannot access some API-s on the given domain.