WebGl Build Cannot Collect Database Info - ULogin

General support.
Post Reply
User avatar
halen333
Contributor
Contributor
Posts: 22
Joined: Fri May 29, 2020 6:05 pm

Hello, I plan to publish my project on an io domain.

While running my project in the unity editor I am able to sign in with ULoginPro and continue to the MainMenu scene.
however when I test my game as a WebGl build the "Collecting Database Information" window is stuck in a loop.

Also would like to know if the domain for my database can be the same domain as my webgl build.
for example I want to publish my build on the domain https://www.hoshi.io
will I need a separate domain to store the php scripts?

if lovatto studio or mfps has a discord server please reply with an invite link,
if not i think it would be a great idea to bring the community together

thanks in advance, mfps and these addons have helped me a ton!
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Hi,

Please check the browser console and check if there's any warning or error log when the login is stuck,
how to open the browser console? -> https://kb.mailster.co/how-can-i-open-t ... s-console/

is the domain "https://www.hoshi.io" yours? Do you have full access to the server that hosts it?
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
halen333
Contributor
Contributor
Posts: 22
Joined: Fri May 29, 2020 6:05 pm

thanks for your reply,

after checking the browser console i receive these errors
https://prnt.sc/sqosdt

and ya i purchased the domain hoshi.io off namecheap while using awardspace to host.
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Seems like your server doesn't allow remote access to the PHP scripts,
Make sure you have uploaded the crossdomain.xml file (from the PHP scripts of ULogin), if you did, try adding that file on the root folder of your domain.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
halen333
Contributor
Contributor
Posts: 22
Joined: Fri May 29, 2020 6:05 pm

aight after moving the crossdomain.xml file and allowing permissions i still receive the error

after building my project as standalone the ulogin addon seems to work fine
i noticed it lists WebAssembly a bunch in the error logs so im guessing it has to do with building as webgl

has the ulogin addon been confirmed to work as a webgl build?
im sure the problem is on my end only asking since im publishing my project on the hoshi.io domain which is the same domain i have on awardspace
Post Reply