-
Notifications
You must be signed in to change notification settings - Fork 122
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
Not able to call any API of spika server #76
Comments
Even I am facing this issue on my server :( Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://just10minutes.mooo.com.ipv4.sixxs.org/Spika-Server/wwwroot/api/auth When I try this URL http://just10minutes.mooo.com.ipv4.sixxs.org/Spika-Server/wwwroot/api/auth I get the error SO not sure what is going wrong :( Here no one is supporting this as I see many open issues. Probably since they have made it as Paid service for installing the Server they do not support issues I guess |
@sanily2j did you get any workaround for this? |
Yes i got it working by editing my .htaccess in my wwwroot folder, the thing is, it is not poinitng to base url |
@sanily2j Could you please tell me whats that change you did on htaccess? |
@sanily2j in case you get to see this please let me know whats that changes you have done. |
Hello I have solved this issue... The current issue now is the realtime chat from push notifications. Everything seems to except push notifications I have placed my .pem files in the files folder replacing the others with all my apple developer credentials properly... What is the solution or correct server configurations to enable push notifications to work. You guys have removed your step by step setup page... I'm currently hosting the backend on a dedicated server I'm not using umbutu... Please advise how to fix this issue thanks Sent from my iPhone
|
@mediakliq were you getting error while calling api? i.e. when you click on OpenChat were you getting errror as "Something goes wrong" if so How did you fix it? |
Hi
I am using spika server but after installation i am not able to call any API from postman, giving me below error
NotFoundHttpException: No route found for "GET /createUser"
I am hitting the url as /localhost/Skipa-Server/wwwroot/api/createUser.
The text was updated successfully, but these errors were encountered: