You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install the application for end to end functional testing purposes. I cloned the repository (master branch) and I followed the guidelines for the installation.
When I do 'composer install' I get some errors. The following is the output of the composer command:
The issue that I'm facing now is, I think, a CORS issue. When I access the address http://http://admin.aisel.test/en/ through the browser I get the following error (screenshot of chrome developer tools):
I'm not an expert about CORS but I tried to investigate a little bit searching on the internet. I think that all the things are in place, in order to avoid this issue...so I don't really know what is the problem here.
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Hi, I'm Matteo,
I'm trying to install the application for end to end functional testing purposes. I cloned the repository (master branch) and I followed the guidelines for the installation.
When I do 'composer install' I get some errors. The following is the output of the composer command:
Which dependency should I change to make the installation being successful?
Then I checked out this version of the application https://github.com/ivanproskuryakov/Aisel/tree/v0.4.0 to see if there were the same problems. I was able to complete the installation without errors.
The issue that I'm facing now is, I think, a CORS issue. When I access the address http://http://admin.aisel.test/en/ through the browser I get the following error (screenshot of chrome developer tools):
I'm not an expert about CORS but I tried to investigate a little bit searching on the internet. I think that all the things are in place, in order to avoid this issue...so I don't really know what is the problem here.
Thank you for your help!
The text was updated successfully, but these errors were encountered: