-
Notifications
You must be signed in to change notification settings - Fork 1
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
session storage not defined #1
Comments
Hi, try now, version 1.2.1 |
Thanks for response :) |
sorry, I thought that this is related to the meteor's session package ;) But this is related to native sessionStorage. It should run only on the client side, this is why there is a bug. I need to test it because I haven't used it very long. |
OK Julian. Thanks |
Everything seems to work on my side. You need to be sure that you run all the configuration on the client side. I mean this (example):
|
Great julian. It's working correctly .Actually i added startup code in server side. Thanks a lot . One more thing is it necessary to put hostname (SimpleChat.Support) or we can put something else. |
If you'll host your own SimpleChat instance you need to change it to your hostname. Otherwise you need to have an account on simplechat.support and connect your client app to that. Check out docs: |
Ok. How to remove powered by www.simplechat.support :) ? |
For now there isn't a simple way because this is a package designed |
Ok julian. Thanks a lot :) . |
ReferenceError: sessionStorage is not defined
W20170710-11:03:49.473(5.5)? (STDERR) at Object.sChat.init (packages/schat:client-core/client-core.js:31:30)
W20170710-11:03:49.474(5.5)? (STDERR) at server/main.js:5:9
W20170710-11:03:49.475(5.5)? (STDERR) at Function.time (/home/dalip/Desktop/web-chat/.meteor/local/build/programs/server/profile.js:309:28)
W20170710-11:03:49.476(5.5)? (STDERR) at /home/dalip/Desktop/web-chat/.meteor/local/build/programs/server/boot.js:347:13
W20170710-11:03:49.478(5.5)? (STDERR) at /home/dalip/Desktop/web-chat/.meteor/local/build/programs/server/boot.js:388:5
W20170710-11:03:49.479(5.5)? (STDERR) at Function.run (/home/dalip/Desktop/web-chat/.meteor/local/build/programs/server/profile.js:510:12)
W20170710-11:03:49.480(5.5)? (STDERR) at /home/dalip/Desktop/web-chat/.meteor/local/build/programs/server/boot.js:386:11
The text was updated successfully, but these errors were encountered: