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
@humandad Looks like we already have some accommodations for the uesio/web and uesio/docs sites not being installed locally in systembot_load_external.go, but there must be something else going on. Haven't had time to look at this much but we may need some more fallback logic in case those sites don't exist? Or maybe something else is going on.
This bit:
// This is a hack to prevent the page from bombing if we don't have a site for these collections.
// We can remove this once we have better error handling for individual wires in a route dependencies load.
if op.CollectionName == "uesio/studio.blogentry" || op.CollectionName == "uesio/studio.recentdoc" {
return nil
}
When running uesio locally, when attempting to login in, the following error is encountered (e.g., after clicking the
Ben
mock user).The issue has to do with these lines of code. After commenting them out and restarting, login completes successfully.
The text was updated successfully, but these errors were encountered: