Connecting To the Server Error in moodle mobile app

Connecting To the Server Error in moodle mobile app

ដោយ Nadeem Qadar នៅ
ចំនួនតប៖ 4

I got error connecting server message when i want to connect moodle app with my moodle site. How to resolve that issues please guide me.

ឯកសារភ្ជាប់ server_error.PNG
មធ្យមភាគនៃរង្វាយតម្លៃ: -
ឆ្លើយតបទៅកាន់ Nadeem Qadar

Re: Connecting To the Server Error in moodle mobile app

ដោយ Dani Palou នៅ
រូបភាព Core developers រូបភាព Moodle HQ រូបភាព Particularly helpful Moodlers រូបភាព Peer reviewers រូបភាព Plugin developers
Hi,

make sure you've started your browser with the right flags as it's explained in this guide.

Cheers,
Dani
មធ្យមភាគនៃរង្វាយតម្លៃ: -
ឆ្លើយតបទៅកាន់ Nadeem Qadar

Re: Connecting To the Server Error in moodle mobile app

ដោយ Nithyanandan LMSACE នៅ
Hi Nadeem,

I got the same error in my localhost (Moodle mobile version -4.0) and tried everything to fix it.
 
In the google chrome I am getting this error till now but in the chromium browser, it is working fine.
 
Try chromium browser.
ឯកសារភ្ជាប់ screenshot.png
មធ្យមភាគនៃរង្វាយតម្លៃ: -
ឆ្លើយតបទៅកាន់ Nithyanandan LMSACE

Re: Connecting To the Server Error in moodle mobile app

ដោយ Nithyanandan LMSACE នៅ
Step 1:
 
First run this command line "start chrome.exe --allow-file-access-from-files --disable-web-security --disable-site-isolation-trials --allow-running-insecure-content --no-referrers --unlimited-storage --auto-open-devtools-for-tabs --user-data-dir=~/.chromium-dev-data" and the chromium browser will open then run your "locahost:8100" in the opened chromim browser.
 
Reference:
ឯកសារភ្ជាប់ chromium-browser-disabled.png
មធ្យមភាគនៃរង្វាយតម្លៃ:Useful (1)
ឆ្លើយតបទៅកាន់ Nadeem Qadar

Re: Connecting To the Server Error in moodle mobile app

ដោយ Baskar Kannaiah នៅ
Hi,

You have create .htaccess file in your Moodle root directory. 

The below code should be there in the .htaccess file.
<IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
</IfModule>

For more details, you can see my youtube video:-



មធ្យមភាគនៃរង្វាយតម្លៃ: -