Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to rc2? #1

Open
Jonatthu opened this issue Jun 11, 2016 · 7 comments
Open

Update to rc2? #1

Jonatthu opened this issue Jun 11, 2016 · 7 comments

Comments

@Jonatthu
Copy link

Will be a new update to this repository with the latest releases?

@pikoscielniak
Copy link
Owner

I did this in another repository but it is private and it is on bitbucket. If you want I can give you read access to this repo but you must send me your bitbucket username.

@Jonatthu
Copy link
Author

My username is Jonatthu

@pikoscielniak
Copy link
Owner

I made this repo public https://bitbucket.org/pikoscielniak/notifier-asp. I could make it again private so please check out it as soon as you can.

@Jonatthu
Copy link
Author

Can I clone it?

@pikoscielniak
Copy link
Owner

pikoscielniak commented Jun 13, 2016

Yes, of course, please tell me if it is not possible.

@Jonatthu
Copy link
Author

Jonatthu commented Jun 13, 2016

I already cloned it but it doesn't run I don't know why, It does not throw an error or something like that :/

@pikoscielniak
Copy link
Owner

The most probable reason for this is that you don't have proper settings. I think that you don't run your application in a development stage or you don't have setup user secrets. Please write an error which you got. Take a notice for these lines in src/auth/Startup.cs:
if (env.IsDevelopment())
{
builder.AddUserSecrets();
}
I think this is a reason why you are getting an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants