M trying to save a file hosted at CDN in glitch project at root path, but it is not getting saved, although getting 200 download complete response, but if i remix the same project then i can see files downloaded in root path.
Why so behaviour.
M trying to save a file hosted at CDN in glitch project at root path, but it is not getting saved, although getting 200 download complete response, but if i remix the same project then i can see files downloaded in root path.
Why so behaviour.
Glitch :・゚✧ , try to remix this will see few .cer files but same files not present in original project
same project structure after remixing project
Hi there - edits that happen via either terminal commands or the app itself making changes will not immediately be shown in the sidebar without a refresh of the entire page or running the refresh
command in the terminal.
You may make your project to execute git add newfile.ces
then git commit -am "add file"
after file downloaded if you would like.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.