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
Trying to use prerender.io to prerender our react on rails site. Since the stylesheet source link is set to root /, not the actual domain. Prerender will raise 404 when fetching stylesheet application_static.
/assets/application_static-31529a67d8ed4a81528e59c922580fd618e5dd227a3f3bb2dd5c4983151421ef.css Failed to load resource: the server responded with a status of 404 (Not Found)
Trying to use prerender.io to prerender our react on rails site. Since the stylesheet source link is set to root /, not the actual domain. Prerender will raise 404 when fetching stylesheet application_static.
You can see the 404 on http://service.prerender.io/https://www.altcademy.com/documents/
Is there anyway we can set the stylesheet link to the actual domain so it can be fetched?
The text was updated successfully, but these errors were encountered: