file not retrive in edit filesystem sftp
I create the blog cms but file to upload in seperate server.
i can saved data to server upload, but can't read the data from upload server.
but in network i show OK 200 when retrive.
any solution from that?
thanks in advance from anyone who reply my report.
UPDATE:
The root issue is CORS
SOLVED:
Set The Access-Control-Origin From server-upload
in my case the server to store file using laravel, then i set in .htaccess in folder /public
8 Replies
What’s the error?
nothing in response
But the files are highlighted red. Can you share the whole row without the details pane opened?
Did you check console errors?
this the console error
Yeah, just saw that your added "the issue is CORS" to the initial question
So the issue is clear.
but then any suggestion how to fix the CORS? btw the server upload is using the laravel also
You need to set the right headers. Either on the server or your Laravel instance (if it serves the photos)
alright dennis thank you for the reply, i'll deep search about the cors, and then i put the solution when is solved