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

Create User error #172

Closed
Ponomikola opened this issue Jun 12, 2020 · 5 comments
Closed

Create User error #172

Ponomikola opened this issue Jun 12, 2020 · 5 comments

Comments

@Ponomikola
Copy link

I have set up the Socioboard according to the documentation provided on my local windows system. But in order to use it, I tried to create user using email ID from front end and it gave me error like
"Validation error: profile_picture is not in valid url.".

Also if I try to create user with FB or Google it gave error as:

Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

If you think this is a server error, please contact the webmaster.

Error 404

What could be the error and how can i create user to use it.
socio

@Xlomi
Copy link

Xlomi commented Jul 16, 2020

The problem is with "api\library\node_modules\validator\lib\isURL.js" look for the line "if (!(0, _isIP.default)(host) && !(0, _isFQDN.default)(host, options) && (!ipv6 || !(0, _isIP.default)(ipv6, 6))) {" (line 134 me)
when debugging the code, I noticed that all of these are "true" so the return value is false.
I haven't dug too deep into this - for the time being I commented out the "if '' statement. I believe this has something to do with running the PHP app on a specific port, but I'm not sure.

@Csurlee
Copy link

Csurlee commented Jan 10, 2021

Hello, something new?
I have the same problem ...

Thanks

@BloodyIron
Copy link

Actually commenting the line out didn't work for me, so I set the result from "false" to "true".

For me, because I'm doing this as a demo, I think it's failing because I'm not using a FQDN, and/or HTTPS.

The experience with this tool is very horrible and the quality of programming here is amateur AT BEST. Here's hoping the tool is worth the pain it takes to get going.

@kchizi
Copy link

kchizi commented Jun 5, 2021

Have you set up the correct "APP_URL=" in socioboard-web-php ?

Ensure the correct APP_URL= is set in the laravel environment file

@socioboard
Copy link
Owner

Hi we've done a Major Update, I hope you look into the Latest 5.0 version, and we're giving weekly update as well and this won't be considerable issue in that latest code, If you've any issue, feel free to open a bug and we'll be helping you..

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

6 participants