Posts by Elizeu Braga Santos • 1 point
2 posts
-
0
votes1
answer119
viewsQ: Error with Passport plug in Heroku
I have deployed an application to Heroku and am getting the following error "message": "Key path "file://app/Storage/oauth-private.key " does not exist or is not readable", "Exception":…
-
0
votes4
answers274
viewsA: I’m not able to create the relationship between the tables through the migrations of Laravel
trade in $table->integer('tbd_lista_id')->unsigned(); for $table->bigInteger('tbd_lista_id')->unsigned(); to remain identical to the key Primary of the related table.…