Conversation
|
Can log in, but when trying to create a project: |
|
In this method:
On |
|
Potentially the problem could be with CORS? |
|
@jasonleenaylor I think this PR is close. Everything builds and runs and passes all tests under .NET Core 3.1, but something is wrong with creating new projects (#324 (comment)), perhaps someone who's had experience porting to .NET 3.1 Core might have an idea of what is going on? Otherwise, I'll keep trying to take a look. |
|
Backend/Startup.cs, line 153 at r5 (raw file):
So what drove this change? (I haven't looked into it yet.) |
|
Backend/Startup.cs, line 153 at r5 (raw file): Previously, jasonleenaylor (Jason Naylor) wrote…
I was trying to follow examples I found on 3.1 porting guides. Specifically https://docs.microsoft.com/en-us/aspnet/core/fundamentals/startup?view=aspnetcore-3.1#the-startup-class and https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.1&tabs=visual-studio#startup-changes. But it's very possible it's not needed as I'm not intimately familiar with this startup process yet. |
|
Backend/Startup.cs, line 153 at r5 (raw file): Previously, johnthagen wrote…
I tried removing the call to |
|
Edit: This has been resolved in the latest changes. Possible reasons for
|
jasonleenaylor
left a comment
There was a problem hiding this comment.
Reviewed 2 of 5 files at r1, 4 of 5 files at r3, 1 of 1 files at r5, 2 of 2 files at r6.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @jasonleenaylor)
Closes #323
This change is