Philip Theobald
Philip Theobald
Same issue here. The preflight simply does not seem to work for most situations. Nothing I tried would send the headers except adding them in middleware or to the route...
As called out here and in the original issue - URL::forceRootUrl(config('app.url')); should simply be added to the AppServiceProvider.
@kalecio Thanks for that answer!
Closing as stale. Please open a new issue if this is still presenting a problem. Thanks!
@arjunksankar Sorry this got lost in the shuffle, unfortunately this issue is likely due to a misconfiguration or possibly config caching, idk. This doesn't seem to be related directly to...
Marking as stale. If this issue persists as a problem, please open a new issue. Thanks!
Marking issue as stale. Likely seems to be a config issue unrelated to the package.
Marking as stale. If any further issues arise, let us know (open a new issue) if there are package-specific issues that are pointing to these problems.
Closing as stale. I do not believe a queue is explicitly required to execute scheduled tasks. This package is designed to solve for scheduling queued jobs.
@ronaldwraithco You can have the worker operate off the same database. When a worker processes a job from the queue, it follows the configuration specified in the Laravel application to...