Anupam-dagar / Portfolio-Generator

HoxNox - Portfolios Made Easy, Generate portfolios in 3 easy steps
https://hoxnox.herokuapp.com/
MIT License
175 stars 82 forks source link

500 INTERNAL SERVER ERROR during regestration #46

Open Pastew opened 5 years ago

Pastew commented 5 years ago

Hello,

I registered with tmp mail (cikene@next2cloud.info), username Cikene1. Once I hit "register" button I got error 500.

Anyway, I tried to login and it says "Wrong username or password". Then I tried to register again, but I can't because "A user with that username already exists."

Reproduced the same behaviour with another tmp mail account.

Anupam-dagar commented 5 years ago

Hi @Pastew, the current register with email is broken due to some issues which will be fixed soon. I suggest using google oauth to sign in.

dyg006 commented 4 years ago

Hi,

It seems every attemp to login now returns 500 INTERNAL SERVER ERROR even with google. Why is this happening?

Thank you so much and best regards,

filipegl commented 4 years ago

Same error here, I can't register

EncryptEx commented 4 years ago

Same error.

m-zest commented 4 years ago

500 INTERNAL SERVER ERROR in every registration link

darzgood commented 4 years ago

Still getting a 500 error for all registration options.

Ankrik commented 3 years ago

The HTTP status code 500 is a generic error response.

->An internal server error is an error on the web server you’re trying to access. That server is misconfigured in some way that prevents it from responding properly to what you’re asking it to do. ->Generally,it’s not really your problem, and there’s likely nothing you can do.It's usually a server-side problem out of your control. -> Even though it’s the server’s fault for not handling something properly, there are scenarios where you might have inadvertently caused this. For example, errors in URL can cause it. Please do check the URL properly. -> your browser can be the source of these kinds of errors. You can try these steps to see if they’ll help: a)Clear the browser cache b)Clear cookies c)Refresh the page d)Try a different browser

Thank you