For some reason PayPal won't redirect to my site after a payment is confirmed. I have set auto return and set a valid url. I have set a hidden param of return
I know how to make a color background but i can't seem to find anything useful for setting the image as a background and would be really grateful for any help w
Route::post('order', 'OrderController@store')->name('order'); When I browse to the URL http://127.0.0.1:8000/order it shows the error: The GET method is no
I want to have a push notification when the app is closed but I don't know how to do it. I already tried firebase cloud messaging, it worked but the notificatio
I have types/interfaces that describe my API: export type AddFileRequestApi = FormData export interface AddMessageRequestApi { text: string; date: string;
I have a Node.js application where I use Redis, I am trying to connect the Docker container and the locally running Redis. Tried solutions: vim /usr/local/etc/r
DRF returning this: get() returned more than one Product -- it returned 2!, when im trying to get objects from my DB by PK Serializers class ProductSerializer(s