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

Detection of duplicate URLs when submitting a CFP does not seem to work anymore #67

Open
jfversluis opened this issue Aug 12, 2018 · 4 comments
Labels
bug Something isn't working

Comments

@jfversluis
Copy link
Collaborator

Entering a URL that is already in the system triggered a warning, prompting the user to double-check. For some reason that is not working anymore.

@jfversluis jfversluis added the bug Something isn't working label Aug 12, 2018
@rickvdbosch
Copy link
Collaborator

I've tested this locally: it works fine there. When firing the same request to the production environment, I get HttpStatus 500. My guess is there's a discrepancy between the code and the database. However, I cannot test against the database since I don't have one...

@jfversluis
Copy link
Collaborator Author

Hm that is weird. But the 500 might be some kind of CORS thing? So not everyone can just go around and see what is in our database? Just guessing here, I should check App Insights for that.

@Jandev
Copy link
Collaborator

Jandev commented Jun 19, 2019

@rickvdbosch I have a test database set up in Azure which you can use to test this, if you want.

But I figure you can create one for yourself also ;-)

@rickvdbosch
Copy link
Collaborator

But the 500 might be some kind of CORS thing?

Nope, the 500 is the same as the message showing up in Developer Tools in the browser. And calling from Postman isn't seen as cross origin because it's not from another front-end. So there's something not completely right there. I'll be setting up a database to test this, will keep you posted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants