Andrew Herrick
Andrew Herrick
Here's a repo solution using the same code from Hybrid Message App showing blank pages: https://github.com/aherrick/HybridMessageApp
Here's a standalone sample showing Blank pages. @kngsly were you able to find a solution to this? https://github.com/aherrick/HybridMessageApp
@peirens-bart do you have a mini prototype of this using MVVM?
I'm doing it with a slightly modified version if it helps someone in the future! ``` ``` ``` public partial class MainPageViewModel : ObservableObject { [ObservableProperty] private string title; [ObservableProperty]...
Just to be clear, there isn't any workaround to stopping a continuous web job via the azure portal? (not Kudu process kill)
Would also like an update on this! Is there at least a manual process?
as a note i had to also install newtonsoft json, but other than that this worked perfectly!
I got past the hard error by adding this: builder.Services.AddControllers(); But none of the endpoints are showing up: ``` var app = builder.Build(); app.MapGet("/api/todos", GetTodos); app.MapGet("/api/todos/{id}", GetTodo); app.MapPost("/api/todos", CreateTodo); app.MapPost("/api/todos/{id}",...
I am seeing this exact behavior as well. I manually removed my App from my Facebook profile (just for testing) and now I cannot get Simple Auth to "re-prompt" to...
FYI I got around this by navigation to Settings => Facebook and toggling my Apps "allowed access" on my iPhone. After doing so I was able to get the "App...